Use --inline-max-code-units=0 to disable inlining
This commit is contained in:
parent
c72ea8ab46
commit
b4e7041eca
|
|
@ -1 +1,8 @@
|
||||||
#dalvik.vm.dex2oat-filter=speed
|
#dalvik.vm.dex2oat-filter=speed
|
||||||
|
|
||||||
|
dalvik.vm.dex2oat-flags=--inline-max-code-units=0
|
||||||
|
#--debuggable --tiny-method-max=1 --small-method-max=2 --compiler-filter=speed
|
||||||
|
#--compiler-backend=Quick --dump-cfg=output.cfg
|
||||||
|
|
||||||
|
#dalvik.vm.usejit=false
|
||||||
|
#dalvik.vm.usejitprofiles=false
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
AUTOMOUNT=true
|
AUTOMOUNT=true
|
||||||
|
|
||||||
# Set to true if you need to load system.prop
|
# Set to true if you need to load system.prop
|
||||||
PROPFILE=false
|
PROPFILE=true
|
||||||
|
|
||||||
# Set to true if you need post-fs-data script
|
# Set to true if you need post-fs-data script
|
||||||
POSTFSDATA=true
|
POSTFSDATA=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue