| Index: runtime/vm/stub_code_dbc.cc
|
| diff --git a/runtime/vm/stub_code_dbc.cc b/runtime/vm/stub_code_dbc.cc
|
| index 81a83d6e1fe4a84383b0eebd313cda858e7a2282..547115167e104b277019a658facb9e7ab213ac1c 100644
|
| --- a/runtime/vm/stub_code_dbc.cc
|
| +++ b/runtime/vm/stub_code_dbc.cc
|
| @@ -23,8 +23,10 @@
|
| namespace dart {
|
|
|
| DEFINE_FLAG(bool, inline_alloc, true, "Inline allocation of objects.");
|
| -DEFINE_FLAG(bool, use_slow_path, false,
|
| - "Set to true for debugging & verifying the slow paths.");
|
| +DEFINE_FLAG(bool,
|
| + use_slow_path,
|
| + false,
|
| + "Set to true for debugging & verifying the slow paths.");
|
| DECLARE_FLAG(bool, trace_optimized_ic_calls);
|
|
|
| void StubCode::GenerateLazyCompileStub(Assembler* assembler) {
|
|
|