top | item 47015992

(no title)

cv5005 | 16 days ago

A good compiler will only do that if the register spilling is more efficient than using more stack varibles, so I don't really see the problem.

discuss

order

Joker_vD|16 days ago

You can't operate on stack variables without loading them into the registers first, not on RISCs anyway. My main point is that this memory-shuffling traffic is unavoidable in non-leaf functions, so an extremely large amount of available registers doesn't really help them.