Chromium Code Reviews

Unified Diff: src/flag-definitions.h

Issue 1811553003: [Interpreter] Make ignition compiler eagerly. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address review comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 7afc7108992966987638707afcea503fc5f88f8c..41b61f18ca6cc3415a50305baad3c21cc5eacbb5 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -289,6 +289,7 @@ DEFINE_BOOL(string_slices, true, "use string slices")
// Flags for Ignition.
DEFINE_BOOL(ignition, false, "use ignition interpreter")
+DEFINE_BOOL(ignition_eager, true, "eagerly compile and parse with ignition")
DEFINE_STRING(ignition_filter, "*", "filter for ignition interpreter")
DEFINE_BOOL(print_bytecode, false,
"print bytecode generated by ignition interpreter")
« no previous file with comments | « src/compiler.cc ('k') | test/cctest/cctest.status » ('j') | test/cctest/test-heap-profiler.cc » ('J')

Powered by Google App Engine