Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 6654192d805b3dcdaa0ed9d64220ed1924dddfe6..b436b3deda471214a882200c85859d2fe9be08cf 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -498,6 +498,10 @@ DEFINE_BOOL(trace_wasm_interpreter, false, "trace interpretation of wasm code") |
DEFINE_INT(trace_wasm_ast_start, 0, |
"start function for WASM AST trace (inclusive)") |
DEFINE_INT(trace_wasm_ast_end, 0, "end function for WASM AST trace (exclusive)") |
+DEFINE_INT(trace_wasm_text_start, 0, |
+ "start function for WASM text generation (inclusive)") |
+DEFINE_INT(trace_wasm_text_end, 0, |
+ "end function for WASM text generation (exclusive)") |
DEFINE_INT(skip_compiling_wasm_funcs, 0, "start compiling at function N") |
DEFINE_BOOL(wasm_break_on_decoder_error, false, |
"debug break when wasm decoder encounters an error") |