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
Colin Taylor edited this page Sep 17, 2023
·
1 revision
Promotion
Promotion of structs is an optimisation that replaces structs with the fields constituting the struct opening up the possibility of optimising these fields as thought they are normal local variables.
CSharp-80 does not currently do any struct promotion.