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

Issue 1529293002: [turbofan] remove non-linearity in PopulateReferenceMaps (Closed)

Created:
5 years ago by Mircea Trofin
Modified:
5 years ago
Reviewers:
Benedikt Meurer, Jarin
CC:
v8-reviews_googlegroups.com, bradnelson
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Some of the regression in the bug below was already addressed as part of a compile time improvement push. We got from 3 minutes down to ~30 seconds prior to the change here. This change further reduces the compile time down to 2 seconds, which is actually slightly better than the pre-splintering total execution time of about 3 seconds. The cause of the regression was the repeated traversal of the children of a live range, seeking for the one covering a safe point. The fix is to leverage the intrinsic ordering in the chain of live range children, as well as that of the safe points. BUG=chromium:567745 LOG=N Committed: https://crrev.com/9e8b7564f79ed95b05041bea5f320fb1ca7f2373 Cr-Commit-Position: refs/heads/master@{#32958}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : *REBASE* #

Patch Set 6 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -4 lines) Patch
M src/compiler/register-allocator.cc View 1 2 3 4 5 2 chunks +25 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
Mircea Trofin
5 years ago (2015-12-17 01:48:47 UTC) #3
Jarin
lgtm https://codereview.chromium.org/1529293002/diff/50001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1529293002/diff/50001/src/compiler/register-allocator.cc#newcode3130 src/compiler/register-allocator.cc:3130: DCHECK_NOT_NULL(cur); I am wondering whether we could nopt ...
5 years ago (2015-12-17 08:51:37 UTC) #4
Mircea Trofin
On 2015/12/17 08:51:37, Jarin wrote: > lgtm > > https://codereview.chromium.org/1529293002/diff/50001/src/compiler/register-allocator.cc > File src/compiler/register-allocator.cc (right): > ...
5 years ago (2015-12-17 16:32:45 UTC) #5
Jarin
On 2015/12/17 16:32:45, Mircea Trofin wrote: > On 2015/12/17 08:51:37, Jarin wrote: > > lgtm ...
5 years ago (2015-12-17 16:38:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1529293002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1529293002/130001
5 years ago (2015-12-17 16:43:25 UTC) #11
Mircea Trofin
https://codereview.chromium.org/1529293002/diff/50001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1529293002/diff/50001/src/compiler/register-allocator.cc#newcode3130 src/compiler/register-allocator.cc:3130: DCHECK_NOT_NULL(cur); On 2015/12/17 08:51:37, Jarin wrote: > I am ...
5 years ago (2015-12-17 16:50:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1529293002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1529293002/130001
5 years ago (2015-12-17 18:45:57 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:130001)
5 years ago (2015-12-17 18:47:02 UTC) #18
commit-bot: I haz the power
5 years ago (2015-12-17 18:47:45 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9e8b7564f79ed95b05041bea5f320fb1ca7f2373
Cr-Commit-Position: refs/heads/master@{#32958}

Powered by Google App Engine
This is Rietveld 408576698