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

Unified Diff: src/compiler/schedule.h

Issue 593563005: [turbofan] basic block profiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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
Index: src/compiler/schedule.h
diff --git a/src/compiler/schedule.h b/src/compiler/schedule.h
index 070691e4c6e8af7d6293875bae714abfeead9cb9..f5fa4027a146ca6b577dbcd34a238143e55bc34f 100644
--- a/src/compiler/schedule.h
+++ b/src/compiler/schedule.h
@@ -22,6 +22,7 @@ namespace internal {
namespace compiler {
class BasicBlock;
+class BasicBlockProfiler;
class Graph;
class ConstructScheduleData;
class CodeGenerator; // Because of a namespace bug in clang.
@@ -278,6 +279,7 @@ class Schedule : public GenericGraph<BasicBlock> {
private:
friend class ScheduleVisualizer;
+ friend class BasicBlockProfiler;
void SetControlInput(BasicBlock* block, Node* node) {
block->control_input_ = node;

Powered by Google App Engine
This is Rietveld 408576698