Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(961)

Unified Diff: src/isolate.cc

Issue 12093089: Support pass-through of stub caller arguments (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ARM port Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index d70e19e0ebcdfab65ceb688334da39f7255f901a..0338385fe6c30b49771a9589ca766a35e5601e29 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2120,7 +2120,8 @@ bool Isolate::Init(Deserializer* des) {
// Ensure that the stub failure trampoline has been generated.
HandleScope scope(this);
CodeStub::GenerateFPStubs();
- StubFailureTrampolineStub().GetCode();
+ StubFailureTrampolineStub(0).GetCode();
+ StubFailureTrampolineStub(1).GetCode();
}
if (FLAG_parallel_recompilation) optimizing_compiler_thread_.Start();
« src/ia32/code-stubs-ia32.cc ('K') | « src/ia32/lithium-ia32.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698