Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
| index d0f17129abc0251f3bb6cba29f9702fe6ccb4e56..d14d3c035cdf60072b71fd4958c14c9e759e01b6 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"); |
|
Kevin Millikin (Google)
2012/08/02 13:38:22
I won't commit this :)
Vyacheslav Egorov (Google)
2012/08/02 13:38:56
don't forget to remove this
|
| #endif |
| DEFINE_FLAG(int, deoptimization_counter_threshold, 5, |
| "How many times we allow deoptimization before we disallow" |