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 |