mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Module files store all of the Objective-C method entrypoints in a central table indexed by selector, then filter the results based on the specific class being requested. Rather than storing the class as a TypeID---which requires a bunch of deserialization---store its mangled name. This allows us to deserialize less, and causes circular deserialization in rdar://problem/31615640.
59 KiB
59 KiB