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

Unified Diff: vm/flow_graph_optimizer.h

Issue 10829164: Replace InstanceSetterComp instruction with a plain instance call. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 4 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 | « vm/flow_graph_builder.cc ('k') | vm/flow_graph_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/flow_graph_optimizer.h
===================================================================
--- vm/flow_graph_optimizer.h (revision 10227)
+++ vm/flow_graph_optimizer.h (working copy)
@@ -21,7 +21,6 @@
virtual void VisitStaticCall(StaticCallComp* comp, BindInstr* instr);
virtual void VisitInstanceCall(InstanceCallComp* comp, BindInstr* instr);
- virtual void VisitInstanceSetter(InstanceSetterComp* comp, BindInstr* instr);
virtual void VisitLoadIndexed(LoadIndexedComp* comp, BindInstr* instr);
virtual void VisitStoreIndexed(StoreIndexedComp* comp, BindInstr* instr);
virtual void VisitRelationalOp(RelationalOpComp* comp, BindInstr* instr);
@@ -41,7 +40,7 @@
bool TryInlineInstanceGetter(BindInstr* instr,
InstanceCallComp* comp);
- bool TryInlineInstanceSetter(BindInstr* instr, InstanceSetterComp* comp);
+ bool TryInlineInstanceSetter(BindInstr* instr, InstanceCallComp* comp);
bool TryInlineInstanceMethod(BindInstr* instr, InstanceCallComp* comp);
« no previous file with comments | « vm/flow_graph_builder.cc ('k') | vm/flow_graph_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698