| Index: runtime/vm/code_generator.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator.cc (revision 16547)
|
| +++ runtime/vm/code_generator.cc (working copy)
|
| @@ -30,7 +30,6 @@
|
| DEFINE_FLAG(bool, deoptimize_alot, false,
|
| "Deoptimizes all live frames when we are about to return to Dart code from"
|
| " native entries.");
|
| -DEFINE_FLAG(bool, inline_cache, true, "Enable inline caches");
|
| DEFINE_FLAG(bool, trace_deoptimization, false, "Trace deoptimization");
|
| DEFINE_FLAG(bool, trace_deoptimization_verbose, false,
|
| "Trace deoptimization verbose");
|
|
|