mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In the old vtable emission code, IRGen would skip addressors, but they had entries in the SILVTable. This is still correct behavior, so skip addressors explicitly in SILVTableVisitor. We never call addressors dynamically, only inside a getter, setter or materializeForSet. When a property with addressors is overridden we provide new getters and setters (which may or may not statically dispatch to a peer addressor).
88 KiB
88 KiB