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