Index: runtime/vm/intermediate_language_x64.cc |
=================================================================== |
--- runtime/vm/intermediate_language_x64.cc (revision 15847) |
+++ runtime/vm/intermediate_language_x64.cc (working copy) |
@@ -1607,6 +1607,7 @@ |
: instruction_(instruction) { } |
virtual void EmitNativeCode(FlowGraphCompiler* compiler) { |
+ __ Comment("CheckStackOverflowSlowPath"); |
__ Bind(entry_label()); |
compiler->SaveLiveRegisters(instruction_->locs()); |
compiler->GenerateCallRuntime(instruction_->token_pos(), |
@@ -1968,6 +1969,7 @@ |
: instruction_(instruction) { } |
virtual void EmitNativeCode(FlowGraphCompiler* compiler) { |
+ __ Comment("BoxDoubleSlowPath"); |
__ Bind(entry_label()); |
const Class& double_class = compiler->double_class(); |
const Code& stub = |