Index: src/arm/virtual-frame-arm.h |
=================================================================== |
--- src/arm/virtual-frame-arm.h (revision 3519) |
+++ src/arm/virtual-frame-arm.h (working copy) |
@@ -180,6 +180,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 = 5; |
+ |
// Allocate and initialize the frame-allocated locals. |
void AllocateStackSlots(); |