-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not put modules in pending list if they have been finalized
With the 2 pass approach to finding deps and evaluating them squentially, we are putting modules that have already been evaluated as well. This is not needed since when the module is read from the pending queue, it will return. However, we do not really need to push it in the pending queue and then know if it was finalized. This is a minor optimization to the pending queue.
- Loading branch information
1 parent
aee4a0e
commit cff26f8
Showing
3 changed files
with
112 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.