Reviewers: danno,

Description:
TF: Disable Win64 as a TurboFan target until calling conventions are sorted out.

[email protected]
BUG=

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

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

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


Index: src/compiler/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 807495f9a87bb159258315654a0979d8fc31a19c..65ce056083399a077e1ebf818319a3a28bbc9d03 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -14,10 +14,14 @@

 #if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64 || \
     V8_TARGET_ARCH_ARM
+#ifndef _WIN64
 #define V8_TURBOFAN_TARGET 1
 #else
 #define V8_TURBOFAN_TARGET 0
 #endif
+#else
+#define V8_TURBOFAN_TARGET 0
+#endif

 namespace v8 {
 namespace internal {


--
--
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