redex icon indicating copy to clipboard operation
redex copied to clipboard

"RegAllocPass" make apk size increase?

Open hero0812 opened this issue 3 years ago • 0 comments

my config file show as flollwing : { "redex" : { "passes" : [ "StripDebugInfoPass", "RegAllocPass" ] }, "StripDebugInfoPass": { "drop_all_dbg_info" : false, "drop_local_variables" : true, "drop_line_numbers" : false, "drop_src_files" : false, "use_whitelist" : false, "cls_whitelist" : [], "method_whitelist" : [], "drop_prologue_end" : true, "drop_epilogue_begin" : true, "drop_all_dbg_info_if_empty" : true }, "RegAllocPass" : { "live_range_splitting": true } }

what confuses me is when I use "RegAllocPass" , I found that apk size become larger than just use " "StripDebugInfoPass"

hero0812 avatar Sep 07 '21 13:09 hero0812