Revision: 22335
Author:   [email protected]
Date:     Thu Jul 10 22:39:10 2014 UTC
Log:      Revert "Enable out-of-line constant pool on Arm"

This reverts r22332 due to Arm breakages.

TBR=dslomov

Review URL: https://codereview.chromium.org/384953002
http://code.google.com/p/v8/source/detail?r=22335

Modified:
 /branches/bleeding_edge/src/globals.h

=======================================
--- /branches/bleeding_edge/src/globals.h       Thu Jul 10 18:06:39 2014 UTC
+++ /branches/bleeding_edge/src/globals.h       Thu Jul 10 22:39:10 2014 UTC
@@ -54,11 +54,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.

Reply via email to