Reviewers: mvstanton,

Description:
Enable TurboFan for Win64 targets.

[email protected]

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/globals.h


Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 920becea98b3e6c40b8cbe75ef00f56bb63b6053..937c4ac38dcd0d42c7595cfe6e69fdcf660b2e7a 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -33,7 +33,7 @@
 #else
 #define V8_TURBOFAN_BACKEND 0
 #endif
-#if V8_TURBOFAN_BACKEND && !(V8_OS_WIN && V8_TARGET_ARCH_X64)
+#if V8_TURBOFAN_BACKEND
 #define V8_TURBOFAN_TARGET 1
 #else
 #define V8_TURBOFAN_TARGET 0


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