Revision: 22760
Author: [email protected]
Date: Thu Jul 31 14:17:58 2014 UTC
Log: TF: Disable Win64 as a TurboFan target until calling conventions
are sorted out.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/423713003
http://code.google.com/p/v8/source/detail?r=22760
Modified:
/branches/bleeding_edge/src/compiler/pipeline.h
=======================================
--- /branches/bleeding_edge/src/compiler/pipeline.h Wed Jul 30 13:54:45
2014 UTC
+++ /branches/bleeding_edge/src/compiler/pipeline.h Thu Jul 31 14:17:58
2014 UTC
@@ -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.