mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rather than performing a two-pass walk over all of the constraints in the system to attach them to type variables, use the existing type variable -> constraints mapping in the constraint graph to make this a faster single-pass process. Also clarify the type bindings a little bit. Improves type checking time for the standard library by ~3%. Swift SVN r11098
70 KiB
70 KiB