aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.c
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-09-30 14:02:54 -0700
committerAndy McFadden <fadden@android.com>2010-09-30 15:04:40 -0700
commitb91b37eb8b8746d1057dd86ed3835de824439e65 (patch)
tree6b15970ab308796263f055e885f58fa67238c32f /vm/compiler/codegen/arm/CodegenDriver.c
parenteea093a7107d19f3e1011d543eee7c900c78e5b8 (diff)
Correct dexopt for uniprocessors.
The SMP flag was defaulting to "true" for dexopt, even on uniprocessors. With this change the VM now has three choices: dexopt for SMP, dexopt for uniprocessor, or dexopt for current system. The last is used for just-in-time dexopt (used by -eng and -userdebug builds on bootstrap DEX files) and installd dexopt (used for apps on all builds). The dexopt used by the build system during -user builds will either be explicitly SMP or explicitly uniprocessor, since "current system" has no meaning when you're cross-dexopting. Also, unified the dexopt control flags into a single enum. Change-Id: I02e22d53ccde2e8603cac8090ca3aae59f792f70
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
0 files changed, 0 insertions, 0 deletions