Index: src/x64/virtual-frame-x64.h |
=================================================================== |
--- src/x64/virtual-frame-x64.h (revision 3519) |
+++ src/x64/virtual-frame-x64.h (working copy) |
@@ -200,6 +200,9 @@ |
// shared return site. Emits code for spills. |
void PrepareForReturn(); |
+ // Number of local variables after when we use a loop for allocating. |
+ static const int kLocalVarBound = 7; |
+ |
// Allocate and initialize the frame-allocated locals. |
void AllocateStackSlots(); |