This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jvm-compile] narrow compile dependencies from full closure to just n…
…ext nearest invalid compilation targets I was in this code a couple months ago and noticed that each compile unit in the compile graph depends on the full transitive closure of its invalid dependencies. This reduces that to just the nearest ones. It makes the debug graphs much more reasonable to render, and should reduce the scheduler overhead of large graphs somewhat. Testing Done: Tests passed last time, but I've merged master and am rerunnning CI on the associated pull request. Bugs closed: 3750 Reviewed at https://rbcommons.com/s/twitter/r/4136/
- Loading branch information
1 parent
b6962f4
commit c2cd962
Showing
1 changed file
with
26 additions
and
9 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