Index: src/virtual-frame-arm.h |
=================================================================== |
--- src/virtual-frame-arm.h (revision 1640) |
+++ src/virtual-frame-arm.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright 2008 the V8 project authors. All rights reserved. |
+// Copyright 2009 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -331,6 +331,7 @@ |
static const int kContextOffset = StandardFrameConstants::kContextOffset; |
static const int kHandlerSize = StackHandlerConstants::kSize / kPointerSize; |
+ static const int kPreallocatedElements = 5 + 8; // 8 expression stack slots. |
CodeGenerator* cgen_; |
MacroAssembler* masm_; |