Use --inline-max-code-units=0 to disable inlining

This commit is contained in:
solohsu 2019-01-21 02:00:00 +08:00
parent c72ea8ab46
commit b4e7041eca
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -25,7 +25,7 @@
AUTOMOUNT=true
# Set to true if you need to load system.prop
PROPFILE=false
PROPFILE=true
# Set to true if you need post-fs-data script
POSTFSDATA=true