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

Issue 898353002: [turbofan] Use heavy-handed graph duplication to do loop peeling for OSR. (Closed)

Created:
5 years, 10 months ago by titzer
Modified:
5 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR. BUG= Committed: https://crrev.com/31637fb39679eb3b8a28b65d7f8719003e2830fe Cr-Commit-Position: refs/heads/master@{#26576}

Patch Set 1 #

Patch Set 2 : Add maze tests. #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+508 lines, -17 lines) Patch
M src/compiler/loop-analysis.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/loop-analysis.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/compiler/osr.cc View 1 2 3 chunks +156 lines, -4 lines 0 comments Download
M src/compiler/pipeline.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-osr.cc View 1 2 3 3 chunks +190 lines, -7 lines 0 comments Download
A test/mjsunit/compiler/osr-backedges1.js View 1 1 chunk +31 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/osr-maze1.js View 1 1 chunk +52 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/osr-maze2.js View 1 1 chunk +63 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/osr-nested2.js View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/osr-nested2b.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/osr-nested3.js View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A + test/mjsunit/compiler/osr-nested3b.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
titzer
5 years, 10 months ago (2015-02-09 18:37:49 UTC) #2
Michael Starzinger
LGTM with comments. https://codereview.chromium.org/898353002/diff/20001/src/compiler/loop-analysis.cc File src/compiler/loop-analysis.cc (right): https://codereview.chromium.org/898353002/diff/20001/src/compiler/loop-analysis.cc#newcode470 src/compiler/loop-analysis.cc:470: return first->InputAt(first->InputCount() - 1); nit: Can ...
5 years, 10 months ago (2015-02-10 15:28:22 UTC) #3
titzer
https://codereview.chromium.org/898353002/diff/20001/src/compiler/loop-analysis.cc File src/compiler/loop-analysis.cc (right): https://codereview.chromium.org/898353002/diff/20001/src/compiler/loop-analysis.cc#newcode470 src/compiler/loop-analysis.cc:470: return first->InputAt(first->InputCount() - 1); On 2015/02/10 15:28:21, Michael Starzinger ...
5 years, 10 months ago (2015-02-11 13:03:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898353002/60001
5 years, 10 months ago (2015-02-11 13:05:14 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-11 13:26:40 UTC) #8
commit-bot: I haz the power
5 years, 10 months ago (2015-02-11 13:26:56 UTC) #9
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/31637fb39679eb3b8a28b65d7f8719003e2830fe
Cr-Commit-Position: refs/heads/master@{#26576}

Powered by Google App Engine
This is Rietveld 408576698