Reviewers: ulan,
Description:
Also disable typed pipeline on ARM after r23859.
[email protected]
BUG=v8:3553
LOG=N
Please review this at https://codereview.chromium.org/562913003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -2 lines):
M src/compiler.cc
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index
d43177e07d060a66144e8d50daa745422c581c55..d84d90d2bc1e5cb63641d93598f2f0bef8785f2f
100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -140,8 +140,8 @@ void CompilationInfo::Initialize(Isolate* isolate,
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.