mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
57d6772d48
Now that every foreign type has a type context descriptor, we can use that for a uniquing key instead of a dedicated mangled string, saving some code size especially in code that makes heavy use of imported types. rdar://problem/37537241