| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index a0f1af74d99c0443e5a2587cfb35b43d225198ce..6edc7b81993deda06da43b9b95c17039a0a96e25 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -46,7 +46,7 @@ DEFINE_FLAG(int, deoptimization_counter_threshold, 5,
|
| "How many times we allow deoptimization before we disallow"
|
| " certain optimizations");
|
| DEFINE_FLAG(bool, use_inlining, true, "Enable call-site inlining");
|
| -DEFINE_FLAG(bool, range_analysis, false, "Enable range analysis");
|
| +DEFINE_FLAG(bool, range_analysis, true, "Enable range analysis");
|
| DECLARE_FLAG(bool, print_flow_graph);
|
|
|
|
|
|
|