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

Unified Diff: src/compiler/pipeline.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/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 9f8241a63c4ee4984f2f261f333a6447ce849c09..4ae33e65efa367d508e024a177baf107cee9ccd7 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -9,6 +9,10 @@
#include "src/compiler.h"
+// TODO(dcarney): don't include this here and find a better way to do the
+// initialization in isolate.cc.
+#include "src/compiler/basic-block-profiler.h"
titzer 2014/09/23 14:14:09 This ones a no go. Please fix.
+
// Note: TODO(turbofan) implies a performance improvement opportunity,
// and TODO(name) implies an incomplete implementation

Powered by Google App Engine
This is Rietveld 408576698