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

Unified Diff: runtime/vm/parser.h

Issue 11228022: Cache parsed functions when inlining. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: virtual 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_inliner.cc ('k') | runtime/vm/parser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index d6e73758e9587652ce49023b9311c4ce989577b9..615bfbc842be7d3fd39245aa031eca8b38b2618b 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -28,7 +28,7 @@ struct CatchParamDesc;
struct FieldInitExpression;
// The class ParsedFunction holds the result of parsing a function.
-class ParsedFunction : public ValueObject {
+class ParsedFunction : public ZoneAllocated {
public:
static const int kFirstLocalSlotIndex = -2;
« no previous file with comments | « runtime/vm/flow_graph_inliner.cc ('k') | runtime/vm/parser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698