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

Issue 2074323002: [Turbofan] Merge SpillRanges by byte_width rather than kind. (Closed)

Created:
4 years, 6 months ago by bbudge
Modified:
4 years, 5 months ago
Reviewers:
Mircea Trofin
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

[Turbofan] Merge SpillRanges by byte_width rather than kind. - Uses byte_width() to determine if spill ranges can be merged. - Modifies InstructionOperand canonicalization to ignore representation for stack slots. LOG=N BUG=v8:4124 Committed: https://crrev.com/55841409c01f2c929f4e584cf77273346c006ad2 Cr-Commit-Position: refs/heads/master@{#37463}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Mircea's comments. #

Patch Set 3 : Merge if byte_width is equal. #

Patch Set 4 : Canonicalization should not consider rep for stack slots. #

Patch Set 5 : Improve comments. #

Total comments: 3

Patch Set 6 : Review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -17 lines) Patch
M src/compiler/graph-visualizer.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/instruction.h View 1 2 3 4 1 chunk +4 lines, -5 lines 0 comments Download
M src/compiler/register-allocator.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 3 2 chunks +2 lines, -7 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
bbudge
4 years, 6 months ago (2016-06-18 23:14:52 UTC) #2
Mircea Trofin
Lgtm, some nits https://codereview.chromium.org/2074323002/diff/1/src/compiler/graph-visualizer.cc File src/compiler/graph-visualizer.cc (right): https://codereview.chromium.org/2074323002/diff/1/src/compiler/graph-visualizer.cc#newcode564 src/compiler/graph-visualizer.cc:564: DCHECK(!IsFloatingPoint(top->representation())); When would this check fail? ...
4 years, 6 months ago (2016-06-18 23:27:56 UTC) #3
bbudge
Thanks for looking. I promise to stop working on the weekend. https://codereview.chromium.org/2074323002/diff/1/src/compiler/graph-visualizer.cc File src/compiler/graph-visualizer.cc (right): ...
4 years, 6 months ago (2016-06-18 23:33:23 UTC) #4
Mircea Trofin
On 2016/06/18 23:33:23, bbudge wrote: > Thanks for looking. I promise to stop working on ...
4 years, 6 months ago (2016-06-18 23:43:35 UTC) #5
bbudge
This has changed enough that I think it should have another review. This is much ...
4 years, 5 months ago (2016-06-30 23:54:19 UTC) #7
Mircea Trofin
lgtm https://codereview.chromium.org/2074323002/diff/80001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/2074323002/diff/80001/src/compiler/register-allocator.cc#newcode1236 src/compiler/register-allocator.cc:1236: if (byte_width() != other->byte_width() || IsIntersectingWith(other)) since the ...
4 years, 5 months ago (2016-06-30 23:58:29 UTC) #8
bbudge
https://codereview.chromium.org/2074323002/diff/80001/src/compiler/register-allocator.h File src/compiler/register-allocator.h (right): https://codereview.chromium.org/2074323002/diff/80001/src/compiler/register-allocator.h#newcode698 src/compiler/register-allocator.h:698: // Currently, only 4 or 8 byte slots are ...
4 years, 5 months ago (2016-07-01 00:12:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2074323002/100001
4 years, 5 months ago (2016-07-01 00:16:31 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-01 00:56:11 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 00:57:14 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/55841409c01f2c929f4e584cf77273346c006ad2
Cr-Commit-Position: refs/heads/master@{#37463}

Powered by Google App Engine
This is Rietveld 408576698