Description[wasm] Turn on parallel compilation by default.
This CL sets the default value of the flag wasm_num_compilation_tasks to 10.
The actual number of compilation tasks is the minimum of the flag value and
V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads(), which is 8
on my machine.
R=titzer@chromium.org
Committed: https://crrev.com/6c3d43766e514dd6940c76a7152cc3f18ccc41ee
Cr-Commit-Position: refs/heads/master@{#36892}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|