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

Issue 1641523002: [turbofan] improved move optimizer readability: MoveKey (Closed)

Created:
4 years, 11 months ago by Mircea Trofin
Modified:
4 years, 11 months ago
Reviewers:
Benedikt Meurer, Jarin
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] improved move optimizer readability: MoveKey MoveKey used to be a std::pair. Rather than expecting the reader to remember which is "first" and "second", this change makes it a struct with specific names ("source" and "destination") BUG= Committed: https://crrev.com/828a2df3f912ab3f971f357daa2d30d9c09e900c Cr-Commit-Position: refs/heads/master@{#33536}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M src/compiler/move-optimizer.cc View 1 3 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Mircea Trofin
4 years, 11 months ago (2016-01-27 04:36:06 UTC) #3
Jarin
lgtm https://codereview.chromium.org/1641523002/diff/1/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/1641523002/diff/1/src/compiler/move-optimizer.cc#newcode14 src/compiler/move-optimizer.cc:14: InstructionOperand source_; You should not have underscores at ...
4 years, 11 months ago (2016-01-27 05:11:50 UTC) #4
Mircea Trofin
https://codereview.chromium.org/1641523002/diff/1/src/compiler/move-optimizer.cc File src/compiler/move-optimizer.cc (right): https://codereview.chromium.org/1641523002/diff/1/src/compiler/move-optimizer.cc#newcode14 src/compiler/move-optimizer.cc:14: InstructionOperand source_; On 2016/01/27 05:11:50, Jarin wrote: > You ...
4 years, 11 months ago (2016-01-27 06:37:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1641523002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1641523002/20001
4 years, 11 months ago (2016-01-27 06:37:53 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-27 07:02:59 UTC) #10
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 07:03:19 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/828a2df3f912ab3f971f357daa2d30d9c09e900c
Cr-Commit-Position: refs/heads/master@{#33536}

Powered by Google App Engine
This is Rietveld 408576698