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

Unified Diff: src/virtual-frame-ia32.h

Issue 11470: Experimental: eagerly allocate space in the actual frame for spilling... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: Created 12 years, 1 month 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
« no previous file with comments | « src/codegen-ia32.cc ('k') | src/virtual-frame-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/virtual-frame-ia32.h
===================================================================
--- src/virtual-frame-ia32.h (revision 789)
+++ src/virtual-frame-ia32.h (working copy)
@@ -137,9 +137,8 @@
void Enter();
void Exit();
- // Allocate and initialize the frame-allocated locals. The number of
- // locals is known from the frame's code generator's state (specifically
- // its scope). As a side effect, code may be emitted.
+ // Allocate and initialize the frame-allocated locals. The eax register
+ // us clobbered.
void AllocateStackSlots(int count);
// The current top of the expression stack as an assembly operand.
« no previous file with comments | « src/codegen-ia32.cc ('k') | src/virtual-frame-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698