Reviewers: ulan,

Message:
Off again... PTAL, thanks.

Description:
Disable OOL constant pool for Arm.

This caused some performance regressions on Octane.

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

Base URL: 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 919d9de6ae99b6c1babb3b237f931847e481145f..2c7c7e6e2690d7a1decc217696141280ab375cff 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -67,11 +67,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

 #ifdef V8_TARGET_ARCH_ARM
 // Set stack limit lower for ARM than for other architectures because


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to