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

Issue 2680973013: [turbofan] extend escape analysis to reduce CheckMaps (Closed)

Created:
3 years, 10 months ago by Tobias Tebbi
Modified:
3 years, 9 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] extend escape analysis to reduce CheckMaps R=bmeurer@chromium.org BUG= Review-Url: https://codereview.chromium.org/2680973013 Cr-Original-Commit-Position: refs/heads/master@{#43163} Committed: https://chromium.googlesource.com/v8/v8/+/f01c8a6e4b24ab38e58bb141fc251bc6b75dbe21 Review-Url: https://codereview.chromium.org/2680973013 Cr-Commit-Position: refs/heads/master@{#43478} Committed: https://chromium.googlesource.com/v8/v8/+/9881b6c740a7bcc2f9bb9ea696a0d9014e1e596c

Patch Set 1 #

Patch Set 2 : missed invocation #

Patch Set 3 : run reducer only if escape analysis was actually run #

Patch Set 4 : fixed load bug #

Patch Set 5 : make MSVC happy #

Total comments: 2

Patch Set 6 : fixed bug #

Patch Set 7 : addressed comments #

Patch Set 8 : Rebased. #

Patch Set 9 : staged behind new flag --turbo-experimental #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -0 lines) Patch
M src/compiler/escape-analysis.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/escape-analysis.cc View 1 2 3 4 5 6 7 8 4 chunks +48 lines, -0 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 +17 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/escape-analysis-13.js View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (22 generated)
Benedikt Meurer
LGTM, although I'd prefer to encapsulate this (even the constant foldable case) in a CheckMapsValue ...
3 years, 10 months ago (2017-02-10 20:07:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2680973013/80001
3 years, 10 months ago (2017-02-13 14:25:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2680973013/80001
3 years, 10 months ago (2017-02-13 14:26:07 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/22472) v8_win_compile_dbg on master.tryserver.v8 (JOB_FAILED, ...
3 years, 10 months ago (2017-02-13 14:28:47 UTC) #14
Benedikt Meurer
https://codereview.chromium.org/2680973013/diff/100001/src/compiler/escape-analysis-reducer.cc File src/compiler/escape-analysis-reducer.cc (right): https://codereview.chromium.org/2680973013/diff/100001/src/compiler/escape-analysis-reducer.cc#newcode190 src/compiler/escape-analysis-reducer.cc:190: Node* object = NodeProperties::GetValueInput(node, 0); This looks wrong. Input ...
3 years, 10 months ago (2017-02-13 15:02:01 UTC) #15
Tobias Tebbi
On 2017/02/13 15:02:01, Benedikt Meurer wrote: > https://codereview.chromium.org/2680973013/diff/100001/src/compiler/escape-analysis-reducer.cc > File src/compiler/escape-analysis-reducer.cc (right): > > https://codereview.chromium.org/2680973013/diff/100001/src/compiler/escape-analysis-reducer.cc#newcode190 ...
3 years, 10 months ago (2017-02-13 15:43:25 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2680973013/140001
3 years, 10 months ago (2017-02-13 15:59:20 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:140001) as https://chromium.googlesource.com/v8/v8/+/f01c8a6e4b24ab38e58bb141fc251bc6b75dbe21
3 years, 10 months ago (2017-02-13 16:01:02 UTC) #26
Jarin
A revert of this CL (patchset #7 id:140001) has been created in https://codereview.chromium.org/2704573003/ by jarin@chromium.org. ...
3 years, 10 months ago (2017-02-17 14:06:14 UTC) #27
Tobias Tebbi
3 years, 9 months ago (2017-02-28 12:07:19 UTC) #28
Tobias Tebbi
Hi, could you take another look? I added a new flag and staged the feature ...
3 years, 9 months ago (2017-02-28 12:08:44 UTC) #30
Benedikt Meurer
Still LGTM.
3 years, 9 months ago (2017-02-28 12:14:12 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2680973013/180001
3 years, 9 months ago (2017-02-28 12:15:33 UTC) #33
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 12:44:11 UTC) #36
Message was sent while issue was closed.
Committed patchset #9 (id:180001) as
https://chromium.googlesource.com/v8/v8/+/9881b6c740a7bcc2f9bb9ea696a0d9014e1...

Powered by Google App Engine
This is Rietveld 408576698