| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index d42caf7f9ed04b51c5f0011b15b6dfc259b2ef11..3d8f57aadde42aa8a4eb06429b0b3911af3707f8 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -66,7 +66,11 @@ namespace internal {
|
| #endif
|
|
|
| // Determine whether the architecture uses an out-of-line constant pool.
|
| +#if V8_TARGET_ARCH_ARM
|
| +#define V8_OOL_CONSTANT_POOL 1
|
| +#else
|
| #define V8_OOL_CONSTANT_POOL 0
|
| +#endif
|
|
|
| #ifdef V8_TARGET_ARCH_ARM
|
| // Set stack limit lower for ARM than for other architectures because
|
|
|