Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
| index 91082027b46459e4e22f483dbcb183f851c3be91..3e1bbe0c61839b6f7a52eb62a2728f88e4289995 100644 |
| --- a/runtime/vm/compiler.cc |
| +++ b/runtime/vm/compiler.cc |
| @@ -35,7 +35,7 @@ DEFINE_FLAG(bool, trace_compiler, false, "Trace compiler operations."); |
| #if defined(TARGET_ARCH_X64) |
| DEFINE_FLAG(bool, use_ssa, true, "Use SSA form"); |
| #else |
| -DEFINE_FLAG(bool, use_ssa, false, "Use SSA form"); |
| +DEFINE_FLAG(bool, use_ssa, true, "Use SSA form"); |
|
Florian Schneider
2012/08/06 15:02:28
Please undo this before committing.
|
| #endif |
| DEFINE_FLAG(int, deoptimization_counter_threshold, 5, |
| "How many times we allow deoptimization before we disallow" |