| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 0cc4f2b31c2c934bb91f4f27d3a09e2b36db3737..d493fa34651645e8d0766d3d160fa767e47c63b6 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -83,7 +83,7 @@ static void NooptModeHandler(bool value) {
|
| FLAG_deoptimize_alot = false; // Used in some tests.
|
| FLAG_deoptimize_every = 0; // Used in some tests.
|
| FLAG_collect_code = false;
|
| - FLAG_guess_other_cid = false;
|
| + FLAG_guess_other_cid = true;
|
| Compiler::set_always_optimize(true);
|
| // TODO(srdjan): Enable CHA deoptimization when eager class finalization is
|
| // implemented, either with precompilation or as a special pass.
|
|
|