diff options
author | Vladimir Marko <vmarko@google.com> | 2014-01-17 17:49:33 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2014-03-17 14:27:16 +0000 |
commit | bfea9c29e809e04bde4a46591fea64c5a7b922fb (patch) | |
tree | 8c50357e0de293f105affd95941acc08ac33cd04 /compiler/dex/compiler_enums.h | |
parent | 341a84af890a328a6c8f719beb3f670dd1a369b4 (diff) | |
download | android_art-bfea9c29e809e04bde4a46591fea64c5a7b922fb.tar.gz android_art-bfea9c29e809e04bde4a46591fea64c5a7b922fb.tar.bz2 android_art-bfea9c29e809e04bde4a46591fea64c5a7b922fb.zip |
Class initialization check elimination.
Also, move null check elimination temporaries to the
ScopedArenaAllocator and reuse the same variables in the
class initialization check elimination.
Change-Id: Ic746f95427065506fa6016d4931e4cb8b34937af
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r-- | compiler/dex/compiler_enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index cd215684bb..147e840166 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -136,6 +136,7 @@ enum MIROptimizationFlagPositons { kMIRNullCheckOnly, kMIRIgnoreRangeCheck, kMIRRangeCheckOnly, + kMIRIgnoreClInitCheck, kMIRInlined, // Invoke is inlined (ie dead). kMIRInlinedPred, // Invoke is inlined via prediction. kMIRCallee, // Instruction is inlined from callee. |