| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 561782b820db305cfc9a23cb830384f76da9a564..1f2d1c2ac687c2add7ec457c6eaf2b6a75b741ae 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -53,8 +53,7 @@ DEFINE_FLAG(int, deoptimization_counter_licm_threshold, 8,
|
| "How many times we allow deoptimization before we disable LICM.");
|
| DEFINE_FLAG(bool, use_inlining, true, "Enable call-site inlining");
|
| DEFINE_FLAG(bool, range_analysis, true, "Enable range analysis");
|
| -DEFINE_FLAG(bool, reorder_basic_blocks, false,
|
| - "Enable basic-block reordering.");
|
| +DEFINE_FLAG(bool, reorder_basic_blocks, true, "Enable basic-block reordering.");
|
| DEFINE_FLAG(bool, verify_compiler, false,
|
| "Enable compiler verification assertions");
|
| DECLARE_FLAG(bool, print_flow_graph);
|
|
|