top | item 46331608

(no title)

defen | 2 months ago

Can this also affect stack usage? Like if `x` gets dropped before `y` is introduced, can `y` reuse `x`'s stack space (let's assume they are same size/alignment). Or does the compiler already do that if it can see that one is not used after the other is introduced?

discuss

order

loeg|2 months ago

Conceivably, yes.