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

Issue 803993002: [turbofan] First version of loop analysis: loop finder on the soup of nodes. (Closed)

Created:
6 years ago by titzer
Modified:
6 years ago
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] First version of loop analysis: loop finder on the soup of nodes. R=bmeurer@chromium.org BUG= Committed: https://crrev.com/0f619463f25b5c21d1f47e4f839d8aab34b9284e Cr-Commit-Position: refs/heads/master@{#25837}

Patch Set 1 #

Total comments: 31

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1413 lines, -0 lines) Patch
M BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A src/compiler/loop-analysis.h View 1 2 3 4 1 chunk +135 lines, -0 lines 0 comments Download
A src/compiler/loop-analysis.cc View 1 2 3 1 chunk +411 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/compiler/test-loop-analysis.cc View 1 1 chunk +862 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
titzer
6 years ago (2014-12-15 13:43:15 UTC) #1
Sven Panne
https://codereview.chromium.org/803993002/diff/1/src/zone-containers.h File src/zone-containers.h (right): https://codereview.chromium.org/803993002/diff/1/src/zone-containers.h#newcode92 src/zone-containers.h:92: struct PtrRange { Drive-by nit-pick: If performance (i.e. the ...
6 years ago (2014-12-15 14:21:59 UTC) #3
titzer
On 2014/12/15 14:21:59, Sven Panne wrote: > https://codereview.chromium.org/803993002/diff/1/src/zone-containers.h > File src/zone-containers.h (right): > > https://codereview.chromium.org/803993002/diff/1/src/zone-containers.h#newcode92 ...
6 years ago (2014-12-15 15:39:07 UTC) #4
Benedikt Meurer
First round of comments. Looking good, although the tests blow my mind... :-) https://codereview.chromium.org/803993002/diff/1/src/compiler/loop-analysis.cc File ...
6 years ago (2014-12-16 06:10:26 UTC) #5
titzer
https://codereview.chromium.org/803993002/diff/1/src/compiler/loop-analysis.cc File src/compiler/loop-analysis.cc (right): https://codereview.chromium.org/803993002/diff/1/src/compiler/loop-analysis.cc#newcode255 src/compiler/loop-analysis.cc:255: int count = 0; On 2014/12/16 06:10:25, Benedikt Meurer ...
6 years ago (2014-12-16 07:55:10 UTC) #6
Benedikt Meurer
lgtm
6 years ago (2014-12-16 08:09:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803993002/40001
6 years ago (2014-12-16 08:10:36 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/1783)
6 years ago (2014-12-16 08:12:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803993002/80001
6 years ago (2014-12-16 09:08:56 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years ago (2014-12-16 09:36:24 UTC) #14
commit-bot: I haz the power
6 years ago (2014-12-17 10:14:03 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0f619463f25b5c21d1f47e4f839d8aab34b9284e
Cr-Commit-Position: refs/heads/master@{#25837}

Powered by Google App Engine
This is Rietveld 408576698