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

Issue 1510973006: Stabilize escape analysis (without deopt) (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-guard-bug
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Stabilize escape analysis (without deopt) Bugfixes and improvements in escape analysis include: * Handling of ObjectIsSmi (non-escaping) * Handling of nested phi replacements * Handling of phis with arity > 2 * Resilience against effectful nodes dangling from start * Allocations escape now, if non-const load/store is performed * Fixed a bug where non-allocated objects where tracked * Allow fixed double arrays to be tracked R=mstarzinger@chromium.org BUG=v8:4586 LOG=n Committed: https://crrev.com/3161c17126e73f965a24f43172581f4e09fdd80e Cr-Commit-Position: refs/heads/master@{#32833}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3

Patch Set 4 : Fix signed/unsigned comparison #

Patch Set 5 : Fix more signed/unsigned inconsistencies #

Total comments: 2

Patch Set 6 : Address comments #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -157 lines) Patch
M src/compiler/escape-analysis.h View 1 2 3 4 5 4 chunks +28 lines, -0 lines 0 comments Download
M src/compiler/escape-analysis.cc View 1 2 3 4 5 28 chunks +345 lines, -143 lines 0 comments Download
M src/compiler/escape-analysis-reducer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/escape-analysis-reducer.cc View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/escape-analysis-10.js View 1 chunk +8 lines, -14 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 12 (6 generated)
sigurds
PTAL https://codereview.chromium.org/1510973006/diff/40001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1510973006/diff/40001/src/compiler/pipeline.cc#newcode1170 src/compiler/pipeline.cc:1170: Run<EarlyGraphTrimmingPhase>(); Please advise what to do here.
5 years ago (2015-12-10 15:40:17 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/1510973006/diff/40001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1510973006/diff/40001/src/compiler/pipeline.cc#newcode1170 src/compiler/pipeline.cc:1170: Run<EarlyGraphTrimmingPhase>(); On 2015/12/10 15:40:17, sigurds wrote: > Please ...
5 years ago (2015-12-14 10:41:49 UTC) #3
sigurds
Thanks for the comments! https://codereview.chromium.org/1510973006/diff/40001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1510973006/diff/40001/src/compiler/pipeline.cc#newcode1170 src/compiler/pipeline.cc:1170: Run<EarlyGraphTrimmingPhase>(); On 2015/12/14 10:41:49, Michael ...
5 years ago (2015-12-14 11:58:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1510973006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1510973006/120001
5 years ago (2015-12-14 12:53:57 UTC) #8
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-12-14 13:13:30 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-14 13:14:25 UTC) #12
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3161c17126e73f965a24f43172581f4e09fdd80e
Cr-Commit-Position: refs/heads/master@{#32833}

Powered by Google App Engine
This is Rietveld 408576698