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

Unified Diff: src/flag-definitions.h

Issue 2625833003: [wasm][asm.js] Add flag to optionally suppress asm.js messages. (Closed)
Patch Set: fix Created 3 years, 11 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
« no previous file with comments | « src/asmjs/asm-js.cc ('k') | no next file » | no next file with comments »
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 06e39d3d83d2114b5ee01db50f6021b739451648..6d274f03b60c8afb08f859733c1a657cce3c0da9 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -520,6 +520,8 @@ DEFINE_BOOL(wasm_loop_assignment_analysis, true,
DEFINE_BOOL(validate_asm, false, "validate asm.js modules before compiling")
DEFINE_IMPLICATION(ignition_staging, validate_asm)
+DEFINE_BOOL(suppress_asm_messages, false,
+ "don't emit asm.js related messages (for golden file testing)")
DEFINE_BOOL(trace_asm_time, false, "log asm.js timing info to the console")
DEFINE_BOOL(dump_wasm_module, false, "dump WASM module bytes")
« no previous file with comments | « src/asmjs/asm-js.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698