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

Unified Diff: src/flag-definitions.h

Issue 1294543002: [Interpreter] Minimal bytecode generator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-register-conversion
Patch Set: Created 5 years, 4 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index e563e4c570b3819c68d77127a83a09099dfcff90..49406939fda11efb9f15457b3863e9a1403015f6 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -281,6 +281,7 @@ DEFINE_BOOL(string_slices, true, "use string slices")
// Flags for Ignition.
DEFINE_BOOL(ignition, false, "use ignition interpreter")
DEFINE_STRING(ignition_filter, "~~", "filter for ignition interpreter")
+DEFINE_BOOL(print_ignition_bytecode, false, "print generated bytecode")
rmcilroy 2015/08/14 09:31:17 nit - just print_bytecode and add Ignition to the
oth 2015/08/17 08:05:48 Done. There's regexp bytecode too, though it only
DEFINE_BOOL(trace_ignition_codegen, false,
"trace the codegen of ignition interpreter bytecode handlers")

Powered by Google App Engine
This is Rietveld 408576698