Revision: 23323
Author: [email protected]
Date: Fri Aug 22 15:18:41 2014 UTC
Log: Enable out-of-line constant pool for Arm.
[email protected]
Review URL: https://codereview.chromium.org/498433002
https://code.google.com/p/v8/source/detail?r=23323
Modified:
/branches/bleeding_edge/src/globals.h
=======================================
--- /branches/bleeding_edge/src/globals.h Tue Aug 12 19:04:15 2014 UTC
+++ /branches/bleeding_edge/src/globals.h Fri Aug 22 15:18:41 2014 UTC
@@ -66,7 +66,11 @@
#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
// Support for alternative bool type. This is only enabled if the code is
// compiled with USE_MYBOOL defined. This catches some nasty type bugs.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.