| Index: runtime/vm/compiler.cc
|
| ===================================================================
|
| --- runtime/vm/compiler.cc (revision 10986)
|
| +++ runtime/vm/compiler.cc (working copy)
|
| @@ -520,6 +520,8 @@
|
| func.set_result_type(Type::Handle(Type::DynamicType()));
|
| func.set_num_fixed_parameters(0);
|
| func.set_num_optional_parameters(0);
|
| + // Manually generated AST, do not recompile.
|
| + func.set_is_optimizable(false);
|
|
|
| // We compile the function here, even though InvokeStatic() below
|
| // would compile func automatically. We are checking fewer invariants
|
|
|