Commit 257793e3 authored by titzer's avatar titzer Committed by Commit bot

[wasm] Disable parallel compilation in predictable mode.

R=bradnelson@chromium.org,ishell@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2570543002
Cr-Commit-Position: refs/heads/master@{#41652}
parent 9978f903
...@@ -1181,6 +1181,7 @@ DEFINE_IMPLICATION(print_all_code, trace_codegen) ...@@ -1181,6 +1181,7 @@ DEFINE_IMPLICATION(print_all_code, trace_codegen)
DEFINE_BOOL(predictable, false, "enable predictable mode") DEFINE_BOOL(predictable, false, "enable predictable mode")
DEFINE_IMPLICATION(predictable, single_threaded) DEFINE_IMPLICATION(predictable, single_threaded)
DEFINE_NEG_IMPLICATION(predictable, memory_reducer) DEFINE_NEG_IMPLICATION(predictable, memory_reducer)
DEFINE_VALUE_IMPLICATION(single_threaded, wasm_num_compilation_tasks, 0)
// //
// Threading related flags. // Threading related flags.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment