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

Unified Diff: src/flag-definitions.h

Issue 2520943002: [wasm] Implement official wasm text format (Closed)
Patch Set: Return a value even after UNREACHABLE Created 4 years, 1 month 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 | « src/compiler/wasm-compiler.cc ('k') | src/v8.gyp » ('j') | src/wasm/s-expr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 6654192d805b3dcdaa0ed9d64220ed1924dddfe6..dfeb5330510ebc9eed8778b6b96b4e5494776844 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_sexpr_start, 0,
+ "start function for WASM s-expression trace (inclusive)")
+DEFINE_INT(trace_wasm_sexpr_end, 0,
+ "end function for WASM s-expression trace (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")
« no previous file with comments | « src/compiler/wasm-compiler.cc ('k') | src/v8.gyp » ('j') | src/wasm/s-expr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698