Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index 761a85d011f10a43c15d0e3ef2bd1ba5d38c4eb0..7d14847576c11234c593cde245291c6908bdea8f 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -73,7 +73,11 @@ namespace internal { |
| #endif |
| // Determine whether the architecture uses an out-of-line constant pool. |
| +#if V8_TARGET_ARCH_PPC |
| +#define V8_OOL_CONSTANT_POOL 1 |
|
Sven Panne
2015/02/06 07:28:00
FYI (after some internal discussions): The OOL con
|
| +#else |
| #define V8_OOL_CONSTANT_POOL 0 |
| +#endif |
| #ifdef V8_TARGET_ARCH_ARM |
| // Set stack limit lower for ARM than for other architectures because |