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

Issue 1577273002: [turbofan] Fix double reduce in escape analysis (Closed)

Created:
4 years, 11 months ago by sigurds
Modified:
4 years, 11 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@hash-maps
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Fix double reduce in escape analysis The escape analysis transformation phase visits allocation nodes twice under some circumstances, thus reporting wrong counter values. This CL ensures counter values are correct. R=mstarzinger@chromium.org BUG=v8:4586 LOG=n Committed: https://crrev.com/a3f234cd55ebaeedda33bdac8003e7fa6f13ebaa Cr-Commit-Position: refs/heads/master@{#33270}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/compiler/escape-analysis-reducer.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/escape-analysis-reducer.cc View 5 chunks +11 lines, -1 line 1 comment Download

Depends on Patchset:

Messages

Total messages: 10 (5 generated)
sigurds
PTAL
4 years, 11 months ago (2016-01-12 10:07:17 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/1577273002/diff/1/src/compiler/escape-analysis-reducer.cc File src/compiler/escape-analysis-reducer.cc (right): https://codereview.chromium.org/1577273002/diff/1/src/compiler/escape-analysis-reducer.cc#newcode59 src/compiler/escape-analysis-reducer.cc:59: visited_.Add(node->id()); nit: Why add the node twice?
4 years, 11 months ago (2016-01-12 12:25:00 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577273002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577273002/1
4 years, 11 months ago (2016-01-13 15:33:14 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-13 16:03:27 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 16:03:45 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a3f234cd55ebaeedda33bdac8003e7fa6f13ebaa
Cr-Commit-Position: refs/heads/master@{#33270}

Powered by Google App Engine
This is Rietveld 408576698