mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When we are looking for the specific type for a protocol conformance (e.g., because we may have a subclass of the type that declared conformances), don't go back through swift_conformsToProtocol() multiple times, which requires more lookups in the global conformance table. Instead, use the (known) protocol conformance descriptor.
6.1 KiB
6.1 KiB