-
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.
Previously, a heavy-lifting part of conflict checking was done in the skyframe pool (collection of the action lookup values), it made sense to limit the concurrency by running it in the CPU-heavy pool. Now that we perform the entire conflict checking in an extra-Skyframe location, BuildDriverKey should no longer be CPU-heavy. PiperOrigin-RevId: 561649161 Change-Id: Ic76661389d856ef9c492bd7b921649fa4455b583
- Loading branch information
1 parent
72d5db1
commit f1131dd
Showing
2 changed files
with
2 additions
and
3 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