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

Issue 1527533002: [turbofan] Move replacements out of virtual object (Closed)

Created:
5 years ago by sigurds
Modified:
5 years ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@fix-cluster-3
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Escape Analysis improvements Move replacements out of virtual object. Replacements are global to the graph and are not dependent on the virtual state (after they are discovered). R=mstarzinger@chromium.org BUG=v8:4586 LOG=n Committed: https://crrev.com/4390514154949790943645d60674b99a6cef6897 Cr-Commit-Position: refs/heads/master@{#32838}

Patch Set 1 #

Patch Set 2 : Update replacement interface #

Patch Set 3 : Remove untracked check #

Patch Set 4 : Move modulus check #

Patch Set 5 : Rebase #

Total comments: 2

Patch Set 6 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -122 lines) Patch
M src/compiler/escape-analysis.h View 1 2 3 4 5 3 chunks +10 lines, -1 line 0 comments Download
M src/compiler/escape-analysis.cc View 1 2 3 4 5 23 chunks +104 lines, -115 lines 0 comments Download
M src/compiler/escape-analysis-reducer.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M test/unittests/compiler/escape-analysis-unittest.cc View 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (5 generated)
sigurds
I moved the replacements out of virtual objects. PTAL.
5 years ago (2015-12-14 13:02:13 UTC) #1
Michael Starzinger
LGTM with one suggestion. https://codereview.chromium.org/1527533002/diff/80001/src/compiler/escape-analysis.h File src/compiler/escape-analysis.h (right): https://codereview.chromium.org/1527533002/diff/80001/src/compiler/escape-analysis.h#newcode110 src/compiler/escape-analysis.h:110: Node* GetReplacement(NodeId id); nit/suggestion: For ...
5 years ago (2015-12-14 13:38:32 UTC) #3
sigurds
Thanks for the review! https://codereview.chromium.org/1527533002/diff/80001/src/compiler/escape-analysis.h File src/compiler/escape-analysis.h (right): https://codereview.chromium.org/1527533002/diff/80001/src/compiler/escape-analysis.h#newcode110 src/compiler/escape-analysis.h:110: Node* GetReplacement(NodeId id); On 2015/12/14 ...
5 years ago (2015-12-14 13:48:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1527533002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1527533002/100001
5 years ago (2015-12-14 13:48:10 UTC) #7
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-14 14:13:10 UTC) #9
commit-bot: I haz the power
5 years ago (2015-12-14 14:13:41 UTC) #11
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4390514154949790943645d60674b99a6cef6897
Cr-Commit-Position: refs/heads/master@{#32838}

Powered by Google App Engine
This is Rietveld 408576698