Description[wasm] Generated the framework in wasm-module for parallel compilation.
I introduced a new flag, --wasm-parallel-compilation, which turns on
parallel compilation of wasm modules. If parallel compilation is turned
on, then the compilation of wasm functions is split into three phases,
initialization, execution, and finalization. The execution phase is the
phase which is going to contain all the code that can be executed in
parallel. At the moment the execution phase is still empty.
R=titzer@chromium.org
Committed: https://crrev.com/e51323de5c6cf20c1153c2afc097867d9a8a8649
Cr-Commit-Position: refs/heads/master@{#35875}
Patch Set 1 #Patch Set 2 : remove the flag in the run-tests.py. #
Total comments: 4
Patch Set 3 : TODO removed. #
Messages
Total messages: 9 (2 generated)
|