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

Unified Diff: gin/gin_features.cc

Issue 2643923004: [Gin] Change the Ignition experiment to test Ignition+TurboFan. (Closed)
Patch Set: Add histogram changes Created 3 years, 11 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 | « chrome/browser/about_flags.cc ('k') | gin/public/gin_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin_features.cc
diff --git a/gin/gin_features.cc b/gin/gin_features.cc
index b474b191ac34b6ec279d17db1bd45bcefb07aec2..7699db7a2869118410178eca3b0d3039194980c8 100644
--- a/gin/gin_features.cc
+++ b/gin/gin_features.cc
@@ -6,9 +6,10 @@
namespace features {
-// Enables or disables the V8 Ignition interpreter.
-const base::Feature kV8Ignition {
- "V8Ignition", base::FEATURE_DISABLED_BY_DEFAULT
+// Enables or disables the future compiler pipeline of V8, with the Ignition
+// interpreter and TurboFan compiler.
+const base::Feature kV8Future {
+ "V8Future", base::FEATURE_DISABLED_BY_DEFAULT
};
// Enables or disables the V8 Ignition interpreter on low end
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | gin/public/gin_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698