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

Issue 702683002: Avoid redundant work in scheduler loop header/depth calculation. (Closed)

Created:
6 years, 1 month ago by Michael Starzinger
Modified:
6 years, 1 month ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Avoid redundant work in scheduler loop header/depth calculation. R=jarin@chromium.org TEST=cctest/test-scheduler/LoopedFloatingDiamond2 Committed: https://code.google.com/p/v8/source/detail?r=25181

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Jaro. #

Patch Set 3 : Rebased. #

Patch Set 4 : Fixed discovered problem after rebase. #

Patch Set 5 : Remove scary printing again. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -28 lines) Patch
M src/compiler/scheduler.cc View 1 2 3 4 13 chunks +39 lines, -27 lines 0 comments Download
M test/cctest/compiler/test-scheduler.cc View 1 2 3 2 chunks +41 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Starzinger
6 years, 1 month ago (2014-11-04 12:40:12 UTC) #1
Jarin
lgtm with a nit. https://codereview.chromium.org/702683002/diff/1/src/compiler/scheduler.cc File src/compiler/scheduler.cc (right): https://codereview.chromium.org/702683002/diff/1/src/compiler/scheduler.cc#newcode829 src/compiler/scheduler.cc:829: current->set_rpo_number(-1); Could we use the ...
6 years, 1 month ago (2014-11-05 01:03:56 UTC) #2
Michael Starzinger
Thanks for the review. Addressed comments. Landing. https://codereview.chromium.org/702683002/diff/1/src/compiler/scheduler.cc File src/compiler/scheduler.cc (right): https://codereview.chromium.org/702683002/diff/1/src/compiler/scheduler.cc#newcode829 src/compiler/scheduler.cc:829: current->set_rpo_number(-1); On ...
6 years, 1 month ago (2014-11-05 10:18:40 UTC) #3
Michael Starzinger
PTAL. Discovered a bug in my optimization with our new tests. So I fixed it, ...
6 years, 1 month ago (2014-11-05 16:36:00 UTC) #4
Jarin
Looks good to me.
6 years, 1 month ago (2014-11-06 09:08:49 UTC) #5
Michael Starzinger
6 years, 1 month ago (2014-11-06 09:15:26 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 25181 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698