Reviewers: rmcilroy, ulan, Yang,

Message:
FYI

Description:
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]

Please review this at https://codereview.chromium.org/502723002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -4 lines):
  M src/globals.h


Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index c929779121794fe9fc944992597f447a3934ee36..cc31be148751020bde24818b425ea3fb99097a22 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -66,11 +66,7 @@ namespace internal {
 #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