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

Issue 2168023002: [turbofan] Eliminate unused effectful nodes during representation selection. (Closed)

Created:
4 years, 5 months ago by Benedikt Meurer
Modified:
4 years, 5 months ago
Reviewers:
Jarin
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] Eliminate unused effectful nodes during representation selection. We can actually eliminate certain effectful operations like loads and speculative number operations during representation selection if we discover that their value outputs are unused (we also propagate this information through pure operations as well, so that we remove the maximum number of effectful nodes possible). R=jarin@chromium.org Committed: https://crrev.com/2744fcbb6cbb5e038601505e7ecdf09ba447d3fe Cr-Commit-Position: refs/heads/master@{#37928}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add comment. #

Patch Set 3 : Fix VisitUnused for JS operators. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -19 lines) Patch
M src/compiler/common-operator.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M src/compiler/representation-change.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 14 chunks +66 lines, -11 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
Benedikt Meurer
4 years, 5 months ago (2016-07-21 08:19:44 UTC) #1
Jarin
Nice. Thanks! https://codereview.chromium.org/2168023002/diff/1/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/2168023002/diff/1/src/compiler/simplified-lowering.cc#newcode1194 src/compiler/simplified-lowering.cc:1194: return VisitLeaf(node, MachineRepresentation::kTagged); Comment why this is ...
4 years, 5 months ago (2016-07-21 08:23:09 UTC) #4
Jarin
lgtm
4 years, 5 months ago (2016-07-21 08:23:15 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/2168023002/20001
4 years, 5 months ago (2016-07-21 08:26:31 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/5359) v8_linux64_avx2_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 5 months ago (2016-07-21 08:41:14 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/2168023002/40001
4 years, 5 months ago (2016-07-21 08:44:24 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-21 09:09:34 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 09:10:17 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2744fcbb6cbb5e038601505e7ecdf09ba447d3fe
Cr-Commit-Position: refs/heads/master@{#37928}

Powered by Google App Engine
This is Rietveld 408576698