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
Switch generic type representation to be pessimistic.
Don't assume that generic types always have copy value representation
and don't need a return slot. Instead, make a conservative assumption
about the value representation, and assume a return slot might be
needed.
When lowering, if a return slot was not actually needed in a specific,
don't use one.
0 commit comments