kuter007 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

disable /4 /16 /jumbo output #698

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please remove these /4, /16, /jumbo, etc.. in output.
As far as i understood these modifiers don't affect code at all. It's just 
operand size limiters.
I believe smali compiler can automatically add these modifiers at compiling 
stage if needed.

I work with smali code a lot, and often use diff tools. These modifiers produce 
a lot of false differences.

if impossible to remove it permanently for some reason, then may be it's 
possible to add command line option?

Original issue reported on code.google.com by saars...@gmail.com on 6 Nov 2014 at 10:01

GoogleCodeExporter commented 9 years ago
I would ask this over at smali. I vaguely remember some changes around ICS with 
jumbos, but don't remember what/why.

https://code.google.com/p/smali/issues/list

Original comment by connor.tumbleson on 7 Nov 2014 at 1:47