5 years, 6 months ago
(2015-06-16 11:35:53 UTC)
#1
Benedikt Meurer
Hey Michi, This is the first attempt. Please take a look. Thanks, Benedikt
5 years, 6 months ago
(2015-06-16 11:36:37 UTC)
#2
Hey Michi,
This is the first attempt. Please take a look.
Thanks,
Benedikt
Michael Starzinger
https://codereview.chromium.org/1179393008/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1179393008/diff/40001/src/compiler.cc#newcode489 src/compiler.cc:489: // TODO(turbofan): Currently everything is done in the first ...
5 years, 6 months ago
(2015-06-16 12:23:02 UTC)
#3
https://codereview.chromium.org/1179393008/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1179393008/diff/40001/src/compiler.cc#newcode489 src/compiler.cc:489: // TODO(turbofan): Currently everything is done in the first ...
5 years, 6 months ago
(2015-06-19 12:33:47 UTC)
#4
4 years, 7 months ago
(2016-04-27 11:07:41 UTC)
#10
lgtm
ahaas
https://codereview.chromium.org/1179393008/diff/200001/test/cctest/wasm/wasm-run-utils.h File test/cctest/wasm/wasm-run-utils.h (right): https://codereview.chromium.org/1179393008/diff/200001/test/cctest/wasm/wasm-run-utils.h#newcode489 test/cctest/wasm/wasm-run-utils.h:489: Pipeline::NewWasmCompilationJob(&info, graph(), descriptor(), Use "desc" here instead of "descriptor()"
4 years, 7 months ago
(2016-04-27 11:24:22 UTC)
#11
Description was changed from ========== [turbofan] Enable concurrent (re)compilation. Refactor the TurboFan pipeline to allow ...
4 years, 7 months ago
(2016-04-27 11:26:11 UTC)
#13
Description was changed from
==========
[turbofan] Enable concurrent (re)compilation.
Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.
R=mstarzinger@chromium.org
==========
to
==========
[turbofan] Enable concurrent (re)compilation.
Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.
R=mstarzinger@chromium.org, ahaas@chromium.org, jarin@chromium.org
==========
Michael Starzinger
LGTM on the new version as well.
4 years, 7 months ago
(2016-04-27 11:56:59 UTC)
#14
LGTM on the new version as well.
Benedikt Meurer
The CQ bit was checked by bmeurer@chromium.org
4 years, 7 months ago
(2016-04-27 12:13:42 UTC)
#15
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1179393008/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1179393008/240001
4 years, 7 months ago
(2016-04-27 12:13:50 UTC)
#17
Description was changed from ========== [turbofan] Enable concurrent (re)compilation. Refactor the TurboFan pipeline to allow ...
4 years, 7 months ago
(2016-04-27 12:38:26 UTC)
#18
Message was sent while issue was closed.
Description was changed from
==========
[turbofan] Enable concurrent (re)compilation.
Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.
R=mstarzinger@chromium.org, ahaas@chromium.org, jarin@chromium.org
==========
to
==========
[turbofan] Enable concurrent (re)compilation.
Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.
R=mstarzinger@chromium.org, ahaas@chromium.org, jarin@chromium.org
==========
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 7 months ago
(2016-04-27 12:38:27 UTC)
#19
Message was sent while issue was closed.
Committed patchset #13 (id:240001)
commit-bot: I haz the power
Description was changed from ========== [turbofan] Enable concurrent (re)compilation. Refactor the TurboFan pipeline to allow ...
4 years, 7 months ago
(2016-04-27 12:40:13 UTC)
#20
Message was sent while issue was closed.
Description was changed from
==========
[turbofan] Enable concurrent (re)compilation.
Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.
R=mstarzinger@chromium.org, ahaas@chromium.org, jarin@chromium.org
==========
to
==========
[turbofan] Enable concurrent (re)compilation.
Refactor the TurboFan pipeline to allow for concurrent recompilation in
the same way that Crankshaft does it. For now we limit the concurrent
phases to scheduling, instruction selection, register allocation and
jump threading.
R=mstarzinger@chromium.org, ahaas@chromium.org, jarin@chromium.org
Committed: https://crrev.com/ff19726d8045a11df0535d8cb9a51e8b7a35c5cc
Cr-Commit-Position: refs/heads/master@{#35818}
==========
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/ff19726d8045a11df0535d8cb9a51e8b7a35c5cc Cr-Commit-Position: refs/heads/master@{#35818}
4 years, 7 months ago
(2016-04-27 12:40:15 UTC)
#21
Issue 1179393008: [turbofan] Enable concurrent (re)compilation.
(Closed)
Created 5 years, 6 months ago by Benedikt Meurer
Modified 4 years, 7 months ago
Reviewers: ahaas, Jarin, Michael Starzinger
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Comments: 11