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

Unified Diff: src/flag-definitions.h

Issue 2420053002: Define a flag --future to enable the most probable future shipping config (Closed)
Patch Set: Created 4 years, 2 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 41e0c43e0650edb83c1e9af836ef3022193d4507..e6ff42656a84e991bad3bee3d2844b9c8358b357 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -254,6 +254,13 @@ HARMONY_STAGED(FLAG_STAGED_FEATURES)
HARMONY_SHIPPING(FLAG_SHIPPING_FEATURES)
#undef FLAG_SHIPPING_FEATURES
+DEFINE_BOOL(future, false,
+ "Implies all staged features that we want to ship in the "
+ "not-too-far future")
+DEFINE_IMPLICATION(future, ignition_staging)
+DEFINE_IMPLICATION(future, turbo)
+DEFINE_IMPLICATION(future, es_staging)
Michael Hablich 2016/10/14 08:29:32 I am hesitant on this one. The performance bar for
+
// Flags for experimental implementation features.
DEFINE_BOOL(compiled_keyed_generic_loads, false,
"use optimizing compiler to generate keyed generic load stubs")
« 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