| Index: runtime/vm/flow_graph_compiler_arm.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_arm.cc b/runtime/vm/flow_graph_compiler_arm.cc
|
| index 252f6c090edc72a1246500864a6ab9e132534126..025485554c7cb1255569591f19beed99a880853e 100644
|
| --- a/runtime/vm/flow_graph_compiler_arm.cc
|
| +++ b/runtime/vm/flow_graph_compiler_arm.cc
|
| @@ -983,8 +983,8 @@ void FlowGraphCompiler::EmitFrameEntry() {
|
| if (CanOptimizeFunction() &&
|
| function.IsOptimizable() &&
|
| (!is_optimizing() || may_reoptimize())) {
|
| + __ Comment("Invocation Count Check");
|
| const Register function_reg = R8;
|
| -
|
| // The pool pointer is not setup before entering the Dart frame.
|
| // Temporarily setup pool pointer for this dart function.
|
| __ LoadPoolPointer(new_pp);
|
|
|