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

Unified Diff: src/compiler/scheduler.h

Issue 687133003: Cleanup unscheduled use count for controls of coupled nodes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/compiler/scheduler.cc » ('j') | src/compiler/scheduler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/scheduler.h
diff --git a/src/compiler/scheduler.h b/src/compiler/scheduler.h
index 25e93f96cbd35d18fb760028b11908f15eb202c7..3dcdac09b3a0be449c51a1d9216e796dd27f7415 100644
--- a/src/compiler/scheduler.h
+++ b/src/compiler/scheduler.h
@@ -69,8 +69,8 @@ class Scheduler {
Placement GetPlacement(Node* node);
void UpdatePlacement(Node* node, Placement placement);
- void IncrementUnscheduledUseCount(Node* node, Node* from);
- void DecrementUnscheduledUseCount(Node* node, Node* from);
+ void IncrementUnscheduledUseCount(Node* node, int index, Node* from);
+ void DecrementUnscheduledUseCount(Node* node, int index, Node* from);
inline int GetRPONumber(BasicBlock* block);
BasicBlock* GetCommonDominator(BasicBlock* b1, BasicBlock* b2);
« no previous file with comments | « no previous file | src/compiler/scheduler.cc » ('j') | src/compiler/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698