 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2375383004:
    Don't use actual dependency walker in pub summaries.  (Closed)
    
  
    Issue 
            2375383004:
    Don't use actual dependency walker in pub summaries.  (Closed) 
  | DescriptionDon't use actual dependency walker in pub summaries.
We already pre-check transitive dependencies, so we know which nodes
can be linked, and can use just a single link() invocation.
The code is slightly worse, because I stuffed several more operations
into getLinkedBundles(), but either this, or passing several parameters
around :-(
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/36d737008f6ce7d9d9d0dcf5bb58fe48e5633a72
   Patch Set 1 #Patch Set 2 : Extract _ContextLinker for computing linked bundles of a context. #Messages
    Total messages: 4 (1 generated)
     |