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

Unified Diff: src/flag-definitions.h

Issue 2757693003: [wasm][asm.js] Asm.js -> wasm custom parser. (Closed)
Patch Set: Created 3 years, 9 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 17cd8f6e37e3803d3ba7c530ad007fc68078d5ba..b7018da0fc5115d3a399299c22c14d88024cd38d 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -548,6 +548,9 @@ DEFINE_BOOL(wasm_loop_assignment_analysis, true,
"perform loop assignment analysis for WASM")
DEFINE_BOOL(validate_asm, false, "validate asm.js modules before compiling")
+DEFINE_BOOL(fast_validate_asm, false,
+ "validate asm.js modules before compiling")
+DEFINE_IMPLICATION(fast_validate_asm, validate_asm)
Michael Starzinger 2017/03/22 14:55:51 Do we really need this implication? IMHO the --fas
bradn 2017/03/24 03:58:19 done
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")

Powered by Google App Engine
This is Rietveld 408576698