mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Reduces type checking time for the standard library by ~13%, the number of solver states visited by ~25%, and the number of pointlessly visited constraints by ~30%. There are only 2175 separable connected components in the standard library, likely because our heuristics for picking type variables/constraints to solve bias against connected components. Swift SVN r10674
1.4 KiB
1.4 KiB