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

Issue 1271703002: [turbofan] Stand-alone deferred block splitting - full. (Closed)

Created:
5 years, 4 months ago by Mircea Trofin
Modified:
5 years, 4 months ago
Reviewers:
Benedikt Meurer, Jarin
CC:
v8-dev, jvoung (off chromium), Jim Stichnoth
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Stand-alone deferred block splitting. This continues 1256313003. BUG= Committed: https://crrev.com/5202facf9e32eaa096aa9d1aa7165634a6dcbcd2 Cr-Commit-Position: refs/heads/master@{#30050}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+534 lines, -27 lines) Patch
M src/compiler/instruction.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/move-optimizer.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 1 chunk +3 lines, -7 lines 0 comments Download
M src/compiler/preprocess-live-ranges.cc View 1 2 1 chunk +142 lines, -2 lines 0 comments Download
M src/compiler/register-allocator.h View 1 2 3 6 chunks +34 lines, -2 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 3 8 chunks +128 lines, -10 lines 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/unittests/compiler/register-allocator-unittest.cc View 2 chunks +207 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
Mircea Trofin
Deferred block splitting as a stand-alone stage, running independent of register allocator. https://codereview.chromium.org/1271703002/diff/1/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc ...
5 years, 4 months ago (2015-08-03 00:09:37 UTC) #2
Mircea Trofin
(forgot to add reviewers)
5 years, 4 months ago (2015-08-03 00:10:39 UTC) #4
Mircea Trofin
Updated this after rebasing after 1256313003.
5 years, 4 months ago (2015-08-04 15:15:29 UTC) #6
Jarin
Unfortunately, I am quite confused about this change, so I have bunch of questions. https://codereview.chromium.org/1271703002/diff/60001/src/compiler/move-optimizer.cc ...
5 years, 4 months ago (2015-08-04 19:39:43 UTC) #7
Mircea Trofin
https://codereview.chromium.org/1271703002/diff/60001/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/1271703002/diff/60001/src/compiler/move-optimizer.cc#newcode69 src/compiler/move-optimizer.cc:69: if (has_only_deferred) continue; On 2015/08/04 19:39:43, Jarin wrote: > ...
5 years, 4 months ago (2015-08-04 20:34:46 UTC) #8
Mircea Trofin
https://codereview.chromium.org/1271703002/diff/60001/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/1271703002/diff/60001/src/compiler/move-optimizer.cc#newcode69 src/compiler/move-optimizer.cc:69: if (has_only_deferred) continue; On 2015/08/04 20:34:46, Mircea Trofin wrote: ...
5 years, 4 months ago (2015-08-04 20:39:04 UTC) #9
Jarin
https://codereview.chromium.org/1271703002/diff/60001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1271703002/diff/60001/src/compiler/register-allocator.cc#newcode392 src/compiler/register-allocator.cc:392: move->AddMove(assigned, spill_operand); On 2015/08/04 20:34:46, Mircea Trofin wrote: > ...
5 years, 4 months ago (2015-08-05 14:04:16 UTC) #10
Jarin
I think I understand now how the spilling works, but it is very subtle. Once ...
5 years, 4 months ago (2015-08-06 12:28:43 UTC) #11
Mircea Trofin
https://codereview.chromium.org/1271703002/diff/80001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1271703002/diff/80001/src/compiler/register-allocator.cc#newcode408 src/compiler/register-allocator.cc:408: // the range and control flow connection mechanism instead. ...
5 years, 4 months ago (2015-08-06 15:37:03 UTC) #12
Mircea Trofin
https://codereview.chromium.org/1271703002/diff/80001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1271703002/diff/80001/src/compiler/register-allocator.cc#newcode408 src/compiler/register-allocator.cc:408: // the range and control flow connection mechanism instead. ...
5 years, 4 months ago (2015-08-06 15:39:03 UTC) #13
Jarin
lgtm
5 years, 4 months ago (2015-08-06 16:19:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1271703002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1271703002/100001
5 years, 4 months ago (2015-08-06 16:20:05 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:100001)
5 years, 4 months ago (2015-08-06 16:21:27 UTC) #17
commit-bot: I haz the power
5 years, 4 months ago (2015-08-06 16:21:53 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5202facf9e32eaa096aa9d1aa7165634a6dcbcd2
Cr-Commit-Position: refs/heads/master@{#30050}

Powered by Google App Engine
This is Rietveld 408576698