| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 0095b13eda8e9dcce4c08be3b105496d6c42fb2e..45888827efffc066b8d95f47123fcc979c4ae02c 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -43,7 +43,7 @@ DEFINE_FLAG(bool, propagate_types, true, "Do static type propagation.");
|
| 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, use_inlining, false, "Enable call-site inlining");
|
| DECLARE_FLAG(bool, print_flow_graph);
|
|
|
|
|
|
|