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

Unified Diff: src/virtual-frame.h

Issue 113259: Inline the code dealing with entering spilled scopes and maintaining a... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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/virtual-frame.h
===================================================================
--- src/virtual-frame.h (revision 1913)
+++ src/virtual-frame.h (working copy)
@@ -29,6 +29,7 @@
#define V8_VIRTUAL_FRAME_H_
#include "macro-assembler.h"
+#include "register-allocator-inl.h"
namespace v8 { namespace internal {

Powered by Google App Engine
This is Rietveld 408576698