Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: src/flag-definitions.h

Issue 2732113005: Revert of Turn on Ignition + TurboFan. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 33040f3ada2a409a3c810e91053ff836942c0bf6..0e113fd030193dd41b09d5c586009f45310fec18 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -449,7 +449,8 @@
// Allow to disable turbofan with a build flag after it's turned on by default.
#define TURBO_BOOL false
#else
-#define TURBO_BOOL true
+// TODO(mvstanton): Turn on turbofan here.
+#define TURBO_BOOL false
#endif
DEFINE_BOOL(turbo, TURBO_BOOL, "enable TurboFan compiler")
DEFINE_BOOL(turbo_sp_frame_access, false,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698