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

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

Issue 13746: Experimental: thread live register references to deferred code.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: '' Created 12 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/virtual-frame-ia32.h
===================================================================
--- src/virtual-frame-ia32.h (revision 969)
+++ src/virtual-frame-ia32.h (working copy)
@@ -85,9 +85,6 @@
};
-// A result in a register just means that the value can be read from the register
-
-
// -------------------------------------------------------------------------
// Virtual frame elements
//
@@ -345,7 +342,12 @@
void Push(Handle<Object> value);
#ifdef DEBUG
+ // True if all values in the frame are backed by memory.
bool IsSpilled();
+
+ // True if the two frames have the same state (in which case they are
+ // interchangable).
+ bool Equals(VirtualFrame* other);
#endif
private:
« src/codegen-ia32.cc ('K') | « src/virtual-frame-arm.h ('k') | src/virtual-frame-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698