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

Unified Diff: src/x64/lithium-codegen-x64.cc

Issue 11528003: Re-land Crankshaft-generated KeyedLoad stubs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix nits Created 8 years 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/x64/lithium-codegen-x64.cc
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
index 26032bcda11117bd90b82d1c3f9a62b63bb9bd0e..2a10a87ac71e3868e344c9cc2a004cf0ef89a372 100644
--- a/src/x64/lithium-codegen-x64.cc
+++ b/src/x64/lithium-codegen-x64.cc
@@ -307,7 +307,7 @@ bool LCodeGen::GenerateJumpTable() {
__ bind(&needs_frame_not_call);
__ push(rbp);
__ movq(rbp, rsp);
- __ push(r8);
+ __ push(rsi);
Jakob Kummerow 2012/12/11 14:05:54 oops :-)
// This variant of deopt can only be used with stubs. Since we don't
// have a function pointer to install in the stack frame that we're
// building, install a special marker there instead.

Powered by Google App Engine
This is Rietveld 408576698