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

Unified Diff: runtime/vm/flow_graph_optimizer.h

Issue 10538064: Implement inlined LoadIndexed operation for arrays on x64. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
Index: runtime/vm/flow_graph_optimizer.h
diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
index 05f505dfe690781e10f7a8dfe69d504276d4bad0..41fce592ce1686399f6e2d5ce60f7021d4ad0147 100644
--- a/runtime/vm/flow_graph_optimizer.h
+++ b/runtime/vm/flow_graph_optimizer.h
@@ -21,6 +21,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
virtual void VisitInstanceCall(InstanceCallComp* comp);
virtual void VisitInstanceSetter(InstanceSetterComp* comp);
+ virtual void VisitLoadIndexed(LoadIndexedComp* comp);
virtual void VisitDo(DoInstr* instr);
virtual void VisitBind(BindInstr* instr);

Powered by Google App Engine
This is Rietveld 408576698