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

Unified Diff: src/flag-definitions.h

Issue 2740043002: Version 5.9.34.1 (Turn on I+TF) (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 | « include/v8-version.h ('k') | 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 fd292f2cc6b6816e2edc3f7499d70b9b35893eb0..daa28289ec5daf450bef815c20e3445976cc8397 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -448,8 +448,7 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true,
// Allow to disable turbofan with a build flag after it's turned on by default.
#define TURBO_BOOL false
#else
-// TODO(mvstanton): Turn on turbofan here.
-#define TURBO_BOOL false
+#define TURBO_BOOL true
#endif
DEFINE_BOOL(turbo, TURBO_BOOL, "enable TurboFan compiler")
DEFINE_BOOL(turbo_sp_frame_access, false,
« no previous file with comments | « include/v8-version.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698