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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 10916228: Inline monomorphic calls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: runtime/vm/flow_graph_builder.h
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index fe817c6c0c7a49537efece62ca300ef85777d3ec..f00201a0aeae401c236e69371d0c248a49740be1 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -28,8 +28,7 @@ class FlowGraphBuilder: public ValueObject {
kTestContext
};
- FlowGraph* BuildGraph();
- FlowGraph* BuildGraphForInlining(InliningContext context);
+ FlowGraph* BuildGraph(InliningContext context);
const ParsedFunction& parsed_function() const { return parsed_function_; }

Powered by Google App Engine
This is Rietveld 408576698