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

Unified Diff: src/jump-target.h

Issue 17380: Change inlined smi binary operations to use an unspilled frame. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: '' Created 11 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/jump-target.h
===================================================================
--- src/jump-target.h (revision 1083)
+++ src/jump-target.h (working copy)
@@ -114,6 +114,7 @@
// jump and there will be no current frame after the jump.
void Jump();
void Jump(Result* arg);
+ void Jump(Result* arg0, Result* arg1);
// Emit a conditional branch to the target. There must be a current
// frame at the branch. The current frame will fall through to the
« src/codegen-ia32.cc ('K') | « src/codegen-ia32.cc ('k') | src/jump-target-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698