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

Unified Diff: runtime/vm/flow_graph_inliner.h

Issue 133073019: Improve inlining decision: --inline_getters_setters_smaller_than (default 10). Don not inline gette… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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_inliner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_inliner.h
===================================================================
--- runtime/vm/flow_graph_inliner.h (revision 32381)
+++ runtime/vm/flow_graph_inliner.h (working copy)
@@ -11,6 +11,7 @@
class Field;
class FlowGraph;
+class Function;
template <typename T> class GrowableArray;
class FlowGraphInliner : ValueObject {
@@ -22,6 +23,8 @@
static void CollectGraphInfo(FlowGraph* flow_graph);
+ static bool AlwaysInline(const Function& function);
+
private:
FlowGraph* flow_graph_;
« no previous file with comments | « no previous file | runtime/vm/flow_graph_inliner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698