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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 10431006: First step toward an optimizing compiler: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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_builder.h
===================================================================
--- runtime/vm/flow_graph_builder.h (revision 7907)
+++ runtime/vm/flow_graph_builder.h (working copy)
@@ -125,7 +125,7 @@
// Creates an instantiated type argument vector used in preparation of an
// allocation call.
// May be called only if allocating an object of a parameterized class.
- Definition* BuildInstantiatedTypeArguments(
+ BindInstr* BuildInstantiatedTypeArguments(
intptr_t token_index,
const AbstractTypeArguments& type_arguments);
@@ -172,7 +172,7 @@
virtual void CompiletimeStringInterpolation(const Function& interpol_func,
const Array& literals);
- Definition* BuildObjectAllocation(ConstructorCallNode* node);
+ BindInstr* BuildObjectAllocation(ConstructorCallNode* node);
void BuildConstructorCall(ConstructorCallNode* node, Value* alloc_value);
void BuildStoreContext(const LocalVariable& variable);

Powered by Google App Engine
This is Rietveld 408576698