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") |