[SR-3911] Evaluate ABI impact of going from opaque layouts to freezing the layout for performance #46496
Labels
affects ABI
Flag: Affects ABI
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
Additional Detail from JIRA
md5: 4d423078b6dbeed09e52552c34924b9e
duplicates:
Issue Description:
For Library Evolution, annotations may be applied to a library's types in future versions of that library to freeze the layout for performance even if the layout of these types was opaque in the past versions of the library. In this case, the annotations are versioned, yet the library remains binary compatible. This task is to investigate the ABI impact of this.
The text was updated successfully, but these errors were encountered: