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

Unified Diff: src/flag-definitions.h

Issue 2574273002: [wasm][asm.js] Print a deterministic success result by default. (Closed)
Patch Set: Created 4 years 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 b7be3501fc2160227a1d34490cae33430ffcfa59..80aa557832e4eb28bdaaa58791733b56284fd8de 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -506,6 +506,7 @@ 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(trace_asm_timing, false, "log asm.js timing to the console")
titzer 2016/12/14 17:33:08 s/timing/time/g to be consistent with previously e
bradn 2016/12/14 17:42:38 Done.
DEFINE_BOOL(dump_wasm_module, false, "dump WASM module bytes")
DEFINE_STRING(dump_wasm_module_path, NULL, "directory to dump wasm modules to")
« 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