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

Issue 1904723002: [wasm] Introduce ExecuteWasmCompilation and FinalizeWasmCompilation in pipeline.cc (Closed)

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

Description

[wasm] Introduce ExecuteWasmCompilation and FinalizeWasmCompilation in pipeline.cc With these two functions we can split the compilation pipeline for wasm functions just before the code generation. R=titzer@chromium.org, clemensh@chromium.org Committed: https://crrev.com/7498f49fcbf81c399bb4a27c9e2e391d39ff8705 Cr-Commit-Position: refs/heads/master@{#35787}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : Rebase. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -22 lines) Patch
M src/compiler/pipeline.h View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 12 chunks +41 lines, -15 lines 1 comment Download
M src/compiler/wasm-compiler.cc View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
ahaas
4 years, 8 months ago (2016-04-20 15:53:21 UTC) #1
titzer
On 2016/04/20 15:53:21, ahaas wrote: +mstarzinger
4 years, 8 months ago (2016-04-20 16:29:27 UTC) #4
Michael Starzinger
https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.cc#newcode1418 src/compiler/pipeline.cc:1418: bool Pipeline::ExecuteWasmCompilation(CallDescriptor* descriptor) { This duplicates quite a lot ...
4 years, 8 months ago (2016-04-20 16:59:08 UTC) #5
Michael Starzinger
https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.h File src/compiler/pipeline.h (right): https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.h#newcode71 src/compiler/pipeline.h:71: Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor); Also, this seems to no longer ...
4 years, 8 months ago (2016-04-20 20:46:32 UTC) #6
ahaas
On 2016/04/20 at 20:46:32, mstarzinger wrote: > https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.h > File src/compiler/pipeline.h (right): > > https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.h#newcode71 ...
4 years, 8 months ago (2016-04-21 07:59:16 UTC) #7
ahaas
On 2016/04/20 at 20:46:32, mstarzinger wrote: > https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.h > File src/compiler/pipeline.h (right): > > https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.h#newcode71 ...
4 years, 8 months ago (2016-04-21 07:59:16 UTC) #8
ahaas
https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1904723002/diff/20001/src/compiler/pipeline.cc#newcode1418 src/compiler/pipeline.cc:1418: bool Pipeline::ExecuteWasmCompilation(CallDescriptor* descriptor) { On 2016/04/20 at 16:59:08, Michael ...
4 years, 8 months ago (2016-04-21 07:59:44 UTC) #9
Michael Starzinger
LGTM.
4 years, 8 months ago (2016-04-21 08:15:44 UTC) #10
titzer
On 2016/04/21 08:15:44, Michael Starzinger wrote: > LGTM. lgtm
4 years, 8 months ago (2016-04-21 08:17:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1904723002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1904723002/60001
4 years, 8 months ago (2016-04-26 09:23:13 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-26 09:44:45 UTC) #16
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/7498f49fcbf81c399bb4a27c9e2e391d39ff8705 Cr-Commit-Position: refs/heads/master@{#35787}
4 years, 8 months ago (2016-04-26 09:45:09 UTC) #18
Benedikt Meurer
4 years, 8 months ago (2016-04-26 11:47:45 UTC) #20
Message was sent while issue was closed.
https://codereview.chromium.org/1904723002/diff/60001/src/compiler/pipeline.cc
File src/compiler/pipeline.cc (right):

https://codereview.chromium.org/1904723002/diff/60001/src/compiler/pipeline.c...
src/compiler/pipeline.cc:1408: data_->Destroy();
This at least leaks the ostringstream that you added, maybe even more.

Powered by Google App Engine
This is Rietveld 408576698