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

Issue 1928933002: [wasm] Generated the framework in wasm-module for parallel compilation. (Closed)

Created:
4 years, 7 months ago by ahaas
Modified:
4 years, 7 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

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. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -40 lines) Patch
M src/compiler/wasm-compiler.h View 3 chunks +13 lines, -2 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 9 chunks +67 lines, -23 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/wasm/wasm-module.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/wasm/wasm-module.cc View 4 chunks +42 lines, -15 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
ahaas
4 years, 7 months ago (2016-04-28 12:10:17 UTC) #1
titzer
https://codereview.chromium.org/1928933002/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1928933002/diff/20001/src/compiler/wasm-compiler.cc#newcode3043 src/compiler/wasm-compiler.cc:3043: // TODO(ahaas): Find a better way to deallocate the ...
4 years, 7 months ago (2016-04-28 13:09:48 UTC) #2
ahaas
https://codereview.chromium.org/1928933002/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1928933002/diff/20001/src/compiler/wasm-compiler.cc#newcode3043 src/compiler/wasm-compiler.cc:3043: // TODO(ahaas): Find a better way to deallocate the ...
4 years, 7 months ago (2016-04-28 14:56:31 UTC) #3
titzer
On 2016/04/28 14:56:31, ahaas wrote: > https://codereview.chromium.org/1928933002/diff/20001/src/compiler/wasm-compiler.cc > File src/compiler/wasm-compiler.cc (right): > > https://codereview.chromium.org/1928933002/diff/20001/src/compiler/wasm-compiler.cc#newcode3043 > ...
4 years, 7 months ago (2016-04-28 15:25:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928933002/40001
4 years, 7 months ago (2016-04-28 16:37:58 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-04-28 16:40:00 UTC) #7
commit-bot: I haz the power
4 years, 7 months ago (2016-05-01 22:02:51 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e51323de5c6cf20c1153c2afc097867d9a8a8649
Cr-Commit-Position: refs/heads/master@{#35875}

Powered by Google App Engine
This is Rietveld 408576698