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

Unified Diff: gin/gin_features.cc

Issue 2039793003: [gin] Add V8IgnitionLowEnd experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove crash keys Created 4 years, 6 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 | 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 38ccb541a12863948495858482affc96313f27a7..fd76b6ad57e57c570b6a70c699c0e6c95e4251bb 100644
--- a/gin/gin_features.cc
+++ b/gin/gin_features.cc
@@ -11,6 +11,12 @@ const base::Feature kV8Ignition {
"V8Ignition", base::FEATURE_DISABLED_BY_DEFAULT
};
+// Enables or disables the experimental V8 Ignition interpreter on low end
+// Android devices.
+const base::Feature kV8IgnitionLowEnd {
+ "V8IgnitionLowEnd", base::FEATURE_DISABLED_BY_DEFAULT
+};
+
// Enables lazy compilation for the V8 Ignition interpreter. Only
// one of V8IgnitionLazy or V8IgnitionEager should be enabled.
const base::Feature kV8IgnitionLazy {
« no previous file with comments | « no previous file | gin/public/gin_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698