Enable out-of-line constant pool for Arm.
R=ulan@chromium.org Review URL: https://codereview.chromium.org/610963003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24288 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
f292c4f78e
commit
d5e33ac3c7
@ -66,7 +66,11 @@ namespace internal {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Determine whether the architecture uses an out-of-line constant pool.
|
// 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
|
#define V8_OOL_CONSTANT_POOL 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef V8_TARGET_ARCH_ARM
|
#ifdef V8_TARGET_ARCH_ARM
|
||||||
// Set stack limit lower for ARM than for other architectures because
|
// Set stack limit lower for ARM than for other architectures because
|
||||||
|
Loading…
Reference in New Issue
Block a user