Revision: 23325
Author: [email protected]
Date: Sat Aug 23 18:38:37 2014 UTC
Log: Revert "Enable out-of-line constant pool for Arm."
This reverts commit r23323 for letting arm timeout.
Bisect build without the CL:
http://build.chromium.org/p/client.v8/builders/V8%20Arm/builds/94
Build with the CL:
http://build.chromium.org/p/client.v8/builders/V8%20Arm/builds/95
[email protected], [email protected], [email protected]
Review URL: https://codereview.chromium.org/502723002
https://code.google.com/p/v8/source/detail?r=23325
Modified:
/branches/bleeding_edge/src/globals.h
=======================================
--- /branches/bleeding_edge/src/globals.h Fri Aug 22 15:18:41 2014 UTC
+++ /branches/bleeding_edge/src/globals.h Sat Aug 23 18:38:37 2014 UTC
@@ -66,11 +66,7 @@
#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.