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
We do not plan to implement densely packed struct members for ABI stability. That is an important thing to do, but we can do it later. For resilient types, the fields are always accessed indirectly by accessors so we can change the layout later without affecting the ABI.
Since this issue was filed to track the work needed for ABI stability, I am going to resolve this as a duplicate of SR-5267, where we will track support for this in the future.
Additional Detail from JIRA
md5: 5a1de95d2cb7a398b3049ac4759aa21d
Parent-Task:
duplicates:
Issue Description:
Ahead of ABI stability, consider if struct data members are addressable (i.e. byte-aligned) or if we'd rather do bit-packing to save space.
The text was updated successfully, but these errors were encountered: