 Chromium Code Reviews
 Chromium Code Reviews Issue 15861028:
  Implement MethodMirror.metadata.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 15861028:
  Implement MethodMirror.metadata.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge| 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; |