swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.6k stars 10.37k forks source link

Sema: Continue unwinding SolverScope #76742

Closed slavapestov closed 1 month ago

slavapestov commented 1 month ago

This refactors the ConstraintGraph-related changes to make them more fine-grained. It also fixes a performance issue where PotentialBindings::infer() and ::retract() calls were not balanced, and we'd get thousands of duplicate bindings in some circumstances.

slavapestov commented 1 month ago

@swift-ci Please smoke test

slavapestov commented 1 month ago

@swift-ci Please test source compatibility

slavapestov commented 1 month ago

@swift-ci Please smoke test Linux