mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The existing lookup uses a hash table with the type's mangled name as the key. Building that key is costly. Add a new table that uses pointer keys, so that we can use the descriptor and arguments directly as the key. rdar://127621414
3.6 KiB
3.6 KiB