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

Unified Diff: runtime/vm/flow_graph_compiler_x64.h

Issue 9664062: Support allocating and calling closures in the new non-optimizing compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporated review comments. Created 8 years, 9 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_builder.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
diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
index 84c5bebdb625038656580130461eb03a950229ec..71465bc38640ef9743ade57e70baf205d5304b59 100644
--- a/runtime/vm/flow_graph_compiler_x64.h
+++ b/runtime/vm/flow_graph_compiler_x64.h
@@ -42,8 +42,6 @@ class FlowGraphCompiler : public FlowGraphVisitor {
Label label;
};
- int stack_local_count() const { return stack_local_count_; }
- void set_stack_local_count(int count) { stack_local_count_ = count; }
BlockEntryInstr* current_block() const { return current_block_; }
// Bail out of the flow graph compiler. Does not return to the caller.
@@ -110,7 +108,6 @@ class FlowGraphCompiler : public FlowGraphVisitor {
BlockEntryInstr* current_block_;
CodeGenerator::DescriptorList* pc_descriptors_list_;
- int stack_local_count_;
DISALLOW_COPY_AND_ASSIGN(FlowGraphCompiler);
};
« no previous file with comments | « runtime/vm/flow_graph_builder.cc ('k') | runtime/vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698