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

Unified Diff: runtime/vm/flow_graph_compiler_x64.h

Issue 11086044: Remove support for optimized dart leaf functions. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « runtime/vm/flow_graph_compiler_ia32.cc ('k') | runtime/vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_compiler_x64.h
===================================================================
--- runtime/vm/flow_graph_compiler_x64.h (revision 13457)
+++ runtime/vm/flow_graph_compiler_x64.h (working copy)
@@ -27,8 +27,7 @@
public:
FlowGraphCompiler(Assembler* assembler,
const FlowGraph& flow_graph,
- bool is_optimizing,
- bool is_leaf);
+ bool is_optimizing);
~FlowGraphCompiler();
@@ -207,10 +206,6 @@
return current_block_->try_index();
}
- // Returns true if the generated code does not call other Dart code or
- // runtime. Only deoptimization is allowed to occur. Closures are not leaf.
- bool IsLeaf() const;
-
static Condition FlipCondition(Condition condition);
static bool EvaluateCondition(Condition condition, intptr_t l, intptr_t r);
@@ -311,7 +306,6 @@
GrowableArray<SlowPathCode*> slow_path_code_;
const GrowableObjectArray& object_table_;
const bool is_optimizing_;
- const bool is_dart_leaf_;
const Bool& bool_true_;
const Bool& bool_false_;
« no previous file with comments | « runtime/vm/flow_graph_compiler_ia32.cc ('k') | runtime/vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698