OSDN Git Service

Quick compiler: disable GVN DO NOT MERGE
authorbuzbee <buzbee@google.com>
Wed, 3 Sep 2014 01:36:37 +0000 (18:36 -0700)
committerbuzbee <buzbee@google.com>
Wed, 3 Sep 2014 05:08:21 +0000 (22:08 -0700)
Disable global value numbering optimization for lmp (but
keep on for master).

b/16398693

Change-Id: I125c588c987a81db54a15da1eec9dee2b009956f

compiler/dex/frontend.cc

index 3caefa2..2ba320f 100644 (file)
@@ -47,7 +47,7 @@ static uint32_t kCompilerOptimizerDisableFlags = 0 |  // Disable specific optimi
   // (1 << kSuppressLoads) |
   // (1 << kNullCheckElimination) |
   // (1 << kClassInitCheckElimination) |
-  // (1 << kGlobalValueNumbering) |
+  (1 << kGlobalValueNumbering) |
   // (1 << kPromoteRegs) |
   // (1 << kTrackLiveTemps) |
   // (1 << kSafeOptimizations) |