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
SR-3724 Evaluate a fully declaration-order-agnostic layout algorithm for structs
Issue Description:
The layout algorithm for structs should result in an efficient use of space, possibly by laying out fields in a different order than declared. This needs to be figured out ahead of ABI stability.
The text was updated successfully, but these errors were encountered:
We are not currently planning to make changes to the struct layout algorithm for Swift 5, either to minimize alignment padding or to define a declaration-order-agnostic layout (see SR-3724). Future versions of Swift might still make those changes if the layouts are versioned.
Additional Detail from JIRA
md5: a416a15ebb462bf1f07d78415242bde1
Parent-Task:
is duplicated by:
Issue Description:
The layout algorithm for structs should result in an efficient use of space, possibly by laying out fields in a different order than declared. This needs to be figured out ahead of ABI stability.
The text was updated successfully, but these errors were encountered: