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

Unified Diff: runtime/vm/flow_graph.h

Issue 10996057: Instruction size and growth threshold for inlining. (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
« no previous file with comments | « no previous file | runtime/vm/flow_graph.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph.h
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
index ad2bb3054cacabf9dcaae63351fa9ded23d0ea59..8b28b718cb0038a2973cd4fe7cd28779dce35c25 100644
--- a/runtime/vm/flow_graph.h
+++ b/runtime/vm/flow_graph.h
@@ -102,6 +102,8 @@ class FlowGraph : public ZoneAllocated {
intptr_t alloc_ssa_temp_index() { return current_ssa_temp_index_++; }
+ intptr_t InstructionCount() const;
+
// Operations on the flow graph.
void ComputeSSA(intptr_t next_virtual_register_number);
void ComputeUseLists();
« no previous file with comments | « no previous file | runtime/vm/flow_graph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698