mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Generic parameter references, which occur in generic requirement metadata, were hardcoding associated type indices. Instead, use relative references to associated type descriptors and perform the index calculation at runtime. Associated types can now be reordered resiliently (without relying on sorting), which is the first main step toward rdar://problem/44167982.
9.2 KiB
9.2 KiB