Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 4439) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -2283,8 +2283,8 @@ |
Result answer = frame_->CallStub(&stub, 1); |
frame_->Push(&answer); |
} else { |
- // Call the runtime to instantiate the function boilerplate |
- // object. |
+ // Call the runtime to instantiate the function based on the |
+ // shared function info. |
frame_->EmitPush(rsi); |
frame_->EmitPush(function_info); |
Result result = frame_->CallRuntime(Runtime::kNewClosure, 2); |