[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}
This commit is contained in:
parent
9978f90381
commit
257793e3f5
@ -1181,6 +1181,7 @@ DEFINE_IMPLICATION(print_all_code, trace_codegen)
|
||||
DEFINE_BOOL(predictable, false, "enable predictable mode")
|
||||
DEFINE_IMPLICATION(predictable, single_threaded)
|
||||
DEFINE_NEG_IMPLICATION(predictable, memory_reducer)
|
||||
DEFINE_VALUE_IMPLICATION(single_threaded, wasm_num_compilation_tasks, 0)
|
||||
|
||||
//
|
||||
// Threading related flags.
|
||||
|
Loading…
Reference in New Issue
Block a user