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

Unified Diff: src/flag-definitions.h

Issue 2684263002: Enable --thin-strings with --turbo. (Closed)
Patch Set: Created 3 years, 10 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 5c0f0292bb8aba0ba54a1abc3b7030121be29414..c3fd820d0e4ae6636e19fca415256271d1ce7179 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -258,6 +258,7 @@ DEFINE_IMPLICATION(future, turbo)
DEFINE_IMPLICATION(turbo, ignition_staging)
DEFINE_IMPLICATION(turbo, enable_fast_array_builtins)
+DEFINE_IMPLICATION(turbo, thin_strings)
// TODO(rmcilroy): Remove ignition-staging and set these implications directly
// with the turbo flag.
« 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