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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/enqueue.dart

Issue 15861028: Implement MethodMirror.metadata. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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: dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart b/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
index 7397b2f3ea3e96396d712953df555cd66dbd7b8a..3406c8a7dd4044beb08c3943981b9905d02c6038 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
@@ -234,6 +234,7 @@ abstract class Enqueuer {
// The codegen inlines instance fields initialization, so it
// does not need to add individual fields in the work list.
if (isResolutionQueue) {
+ // TODO(ahe): codegen should be smarter and only inline used fields.
ngeoffray 2013/06/03 06:51:55 What is that TODO about?
ahe 2013/06/03 09:13:54 Updated comment.
addToWorkList(member);
}
return;

Powered by Google App Engine
This is Rietveld 408576698