Revision: 23881
Author: [email protected]
Date: Thu Sep 11 15:13:59 2014 UTC
Log: Also disable typed pipeline on ARM after r23859.
[email protected]
BUG=v8:3553
LOG=N
Review URL: https://codereview.chromium.org/562913003
https://code.google.com/p/v8/source/detail?r=23881
Modified:
/branches/bleeding_edge/src/compiler.cc
=======================================
--- /branches/bleeding_edge/src/compiler.cc Thu Sep 11 11:29:28 2014 UTC
+++ /branches/bleeding_edge/src/compiler.cc Thu Sep 11 15:13:59 2014 UTC
@@ -140,8 +140,8 @@
if (isolate_->debug()->is_active()) MarkAsDebug();
if (FLAG_context_specialization) MarkAsContextSpecializing();
if (FLAG_turbo_inlining) MarkAsInliningEnabled();
-#if !V8_TARGET_ARCH_ARM64
- // TODO(mstarzinger): Bugs in ARM64 back-end block enabling typed
pipeline.
+#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64
+ // TODO(mstarzinger): Bugs in ARM back-end block enabling typed pipeline.
if (FLAG_turbo_types) MarkAsTypingEnabled();
#endif
--
--
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.