Description[ES6 modules] UninstantiatedInclusiveDescendants: skip recursion for instantiated sub-trees.
Before this CL, UninstantiatedInclusiveDescendants enumerated all descendants
of the given module, even for instantiated sub trees.
This CL speeds up computation of UninstantiatedInclusiveDescendants by skipping
instantiated sub trees, where we can guarantee that all its descendants state
are already "instantiated", and would never end up in the "uninstantiated
descendants set".
BUG=594639, 722728
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|