| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index 771f3823facd9faf6f3975176b763ecf93181791..98d09f23cfb658f45230cc486cf08151b8bd16d5 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -39,6 +39,7 @@ void DeoptimizationStub::GenerateCode(FlowGraphCompiler* compiler,
|
| }
|
| }
|
| }
|
| +
|
| if (compiler->IsLeaf()) {
|
| __ Comment("Leaf method, lazy PC marker setup");
|
| // TODO(srdjan): Can we use TMP instead of RAX? We must guarantee that
|
|
|