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

Issue 755323011: [turbofan] optimize moves into merges (Closed)

Created:
6 years ago by dcarney
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] optimize moves into merges BUG= Committed: https://crrev.com/95df1bc266d66df225a145d93a591d955d3d707c Cr-Commit-Position: refs/heads/master@{#26819}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : rebase #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Total comments: 11

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : rebase #

Patch Set 17 : with operand< #

Patch Set 18 : fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -2 lines) Patch
M src/compiler/instruction.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/move-optimizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/move-optimizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +110 lines, -0 lines 1 comment Download
M src/compiler/register-allocator-verifier.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -2 lines 0 comments Download
M test/unittests/compiler/move-optimizer-unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Benedikt Meurer
https://codereview.chromium.org/755323011/diff/240001/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/755323011/diff/240001/src/compiler/move-optimizer.cc#newcode13 src/compiler/move-optimizer.cc:13: struct MoveKey { Once the issues mentioned below are ...
5 years, 11 months ago (2015-01-28 05:18:51 UTC) #2
dcarney
https://codereview.chromium.org/755323011/diff/240001/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/755323011/diff/240001/src/compiler/move-optimizer.cc#newcode13 src/compiler/move-optimizer.cc:13: struct MoveKey { On 2015/01/28 05:18:51, Benedikt Meurer wrote: ...
5 years, 10 months ago (2015-02-02 09:23:33 UTC) #3
Benedikt Meurer
LGTM, nice work.
5 years, 10 months ago (2015-02-24 12:03:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/755323011/320001
5 years, 10 months ago (2015-02-24 12:06:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/755323011/340001
5 years, 10 months ago (2015-02-24 12:12:41 UTC) #10
commit-bot: I haz the power
Committed patchset #18 (id:340001)
5 years, 10 months ago (2015-02-24 12:49:32 UTC) #11
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/95df1bc266d66df225a145d93a591d955d3d707c Cr-Commit-Position: refs/heads/master@{#26819}
5 years, 10 months ago (2015-02-24 12:49:40 UTC) #12
brucedawson
Please take a look at variable shadowing comment? https://codereview.chromium.org/755323011/diff/340001/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/755323011/diff/340001/src/compiler/move-optimizer.cc#newcode220 src/compiler/move-optimizer.cc:220: auto ...
5 years, 8 months ago (2015-04-06 18:05:31 UTC) #14
dcarney
On 2015/04/06 18:05:31, brucedawson wrote: > Please take a look at variable shadowing comment? > ...
5 years, 8 months ago (2015-04-06 18:45:12 UTC) #15
Sven Panne
On 2015/04/06 18:05:31, brucedawson wrote: > [...] Bug 427616 is the catch-all bug for bugs/changes ...
5 years, 8 months ago (2015-04-07 07:15:50 UTC) #16
brucedawson
5 years, 8 months ago (2015-04-07 17:06:18 UTC) #17
Message was sent while issue was closed.
We do have a /analyze bot at
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Windows%20Analyze/.

However, it displays the raw results which are a bit daunting: 6.5 MB of raw
text. After running through a script that throws away duplicates and organizes
the warnings it is still 733 KB. I look at new warnings each morning. At some
point I will check in and document the necessary scripts so that anybody can do
this. However, given the high signal-to-noise ratio (many confusingly described
false positives) I don't really recommend looking at the results.

Powered by Google App Engine
This is Rietveld 408576698