You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To move forward with protocol constraints we need to add runtime mechanism for retrieval of protocol witness tables. This should be accompanied by a caching mechanism similar to the one we have for TypeMetadata
In order to obtain a Protocol Witness Table we must:
Obtain symbol for Protocol Conformance Descriptor
Read Protocol Conformance Descriptor from native library
Call get_witnessTable function to correctly construct a PWT
The text was updated successfully, but these errors were encountered:
jkurdek
changed the title
Add metadata for Protocol Witness Table
[Swift language features] Implement Swift Protocol Witness Table retrieval
Jan 24, 2025
To move forward with protocol constraints we need to add runtime mechanism for retrieval of protocol witness tables. This should be accompanied by a caching mechanism similar to the one we have for
TypeMetadata
In order to obtain a Protocol Witness Table we must:
get_witnessTable
function to correctly construct a PWTThe text was updated successfully, but these errors were encountered: