Revision: 24953
Author: [email protected]
Date: Tue Oct 28 16:25:36 2014 UTC
Log: Disable OOL constant pool for Arm.
This caused some performance regressions on Octane.
[email protected]
Review URL: https://codereview.chromium.org/663333005
https://code.google.com/p/v8/source/detail?r=24953
Modified:
/branches/bleeding_edge/src/globals.h
=======================================
--- /branches/bleeding_edge/src/globals.h Tue Oct 28 15:22:22 2014 UTC
+++ /branches/bleeding_edge/src/globals.h Tue Oct 28 16:25:36 2014 UTC
@@ -67,11 +67,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
#ifdef V8_TARGET_ARCH_ARM
// Set stack limit lower for ARM than for other architectures because
--
--
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.