-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge CcCompilationContext.getUsedModules() and
CcCompilactionContext.removeDeclaredIncludes() for increased performance (avoid iterating over a large NestedSet twice). Also slightly tweak implementation. While at it, store usedModules as ImmutableList instead of ImmutableSet to conserve some memory. RELNOTES: None. PiperOrigin-RevId: 217863613
- Loading branch information
Luca Di Grazia
committed
Sep 4, 2022
1 parent
92f2ca5
commit 8e251ca
Showing
2 changed files
with
3 additions
and
50 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