mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The constraint graph maintains a fairly heavyweight list of adjacencies that is only used in two operations: connected components and gathering related constraints. Switch connected components over to primarily use the set of constraints (which are necessary for many reasons), reducing the need for the adjacencies list.
39 KiB
39 KiB