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

Issue 687133003: Cleanup unscheduled use count for controls of coupled nodes. (Closed)

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

Description

Cleanup unscheduled use count for controls of coupled nodes. R=titzer@chromium.org, jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24991

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments by Ben Titzer. #

Patch Set 3 : Addressed moar comments by Ben Titzer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -22 lines) Patch
M src/compiler/scheduler.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/scheduler.cc View 1 2 4 chunks +26 lines, -20 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Michael Starzinger
6 years, 1 month ago (2014-10-29 12:23:24 UTC) #1
titzer
https://codereview.chromium.org/687133003/diff/1/src/compiler/scheduler.cc File src/compiler/scheduler.cc (right): https://codereview.chromium.org/687133003/diff/1/src/compiler/scheduler.cc#newcode164 src/compiler/scheduler.cc:164: void Scheduler::IncrementUnscheduledUseCount(Node* node, int idx, Node* from) { index
6 years, 1 month ago (2014-10-29 16:53:39 UTC) #3
titzer
https://codereview.chromium.org/687133003/diff/1/src/compiler/scheduler.cc File src/compiler/scheduler.cc (right): https://codereview.chromium.org/687133003/diff/1/src/compiler/scheduler.cc#newcode165 src/compiler/scheduler.cc:165: if (GetPlacement(from) == kCoupled && IsControlInputIndex(from, idx)) { What ...
6 years, 1 month ago (2014-10-29 16:55:08 UTC) #4
Michael Starzinger
Addressed comments. PTAL. https://codereview.chromium.org/687133003/diff/1/src/compiler/scheduler.cc File src/compiler/scheduler.cc (right): https://codereview.chromium.org/687133003/diff/1/src/compiler/scheduler.cc#newcode164 src/compiler/scheduler.cc:164: void Scheduler::IncrementUnscheduledUseCount(Node* node, int idx, Node* ...
6 years, 1 month ago (2014-10-29 17:10:03 UTC) #5
titzer
lgtm
6 years, 1 month ago (2014-10-29 17:27:25 UTC) #6
Michael Starzinger
6 years, 1 month ago (2014-10-29 17:37:21 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 24991 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698