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

Issue 1559123003: [turbofan] Performance enhancements for 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@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Various performance enhancements for escape analysis This bug improves performance of escape analysis. * A allocation discovery phase (EscapeAnalysis::AssignAliases) ensures compact representation of virtual state * Node revisiting in EscapeStatusAnalysis has been improved * Escape analysis no longer requires a trimmed graph BUG=v8:4586 LOG=n Committed: https://crrev.com/fc9a73e8a63e46d3c402b0b1dd9a4f01901111b3 Cr-Commit-Position: refs/heads/master@{#33267}

Patch Set 1 #

Patch Set 2 : Fix stupid bug #

Patch Set 3 : Stage it #

Patch Set 4 : Improve status analysis #

Patch Set 5 : Removed std::map again #

Patch Set 6 : Remove gyp mods #

Patch Set 7 : Remove visited vector #

Patch Set 8 : Remove visited array #

Patch Set 9 : Fix signed/unsigned mismatch #

Patch Set 10 : Use numeric_limits #

Patch Set 11 : Fix usage of numeric limits for old compilers #

Patch Set 12 : Small improvements #

Total comments: 4

Patch Set 13 : Address comments #

Patch Set 14 : Rebase #

Patch Set 15 : Fix fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -176 lines) Patch
M src/base/flags.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +8 lines, -4 lines 0 comments Download
M src/compiler/escape-analysis.h View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +18 lines, -4 lines 0 comments Download
M src/compiler/escape-analysis.cc View 1 2 3 4 5 6 7 8 9 10 11 12 39 chunks +204 lines, -164 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -3 lines 0 comments Download
M test/unittests/compiler/escape-analysis-unittest.cc View 4 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 13 (8 generated)
sigurds
PTAL
4 years, 11 months ago (2016-01-11 12:05:59 UTC) #5
Michael Starzinger
LGTM, only nits. https://codereview.chromium.org/1559123003/diff/190006/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/1559123003/diff/190006/src/compiler/escape-analysis.cc#newcode7 src/compiler/escape-analysis.cc:7: #include "src/compiler/escape-analysis.h" nit: Let's keep the ...
4 years, 11 months ago (2016-01-12 17:27:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559123003/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559123003/270001
4 years, 11 months ago (2016-01-13 14:59:11 UTC) #9
commit-bot: I haz the power
Committed patchset #15 (id:270001)
4 years, 11 months ago (2016-01-13 15:30:18 UTC) #11
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 15:30:54 UTC) #13
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/fc9a73e8a63e46d3c402b0b1dd9a4f01901111b3
Cr-Commit-Position: refs/heads/master@{#33267}

Powered by Google App Engine
This is Rietveld 408576698