-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
getValuesOrThrow
with getValuesAndExceptions
in `Configur…
…edTargetFunction` to create less garbage. Instead of returning `Map`, returning `SkyframeLookupResult` saves memory. And the new method can avoid temporary wrapper objects. Change checking `ValueOrUntypedException` to checking presence of `packageKey` in a set of `packageKeys` to detect unrequested packages for alias targets. PiperOrigin-RevId: 433223776
- Loading branch information
1 parent
6fbb159
commit b59498a
Showing
1 changed file
with
29 additions
and
19 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