libgcc: strange optimization

Richard Henderson rth@redhat.com
Wed Aug 3 15:05:00 GMT 2011


On 08/03/2011 07:02 AM, Richard Guenther wrote:
> Reserved registers are a no-go (like %esp), either global or local.

Local register variables referring to anything in fixed_regs
are trivial to handle -- continue to treat them exactly as we
currently do.  They won't be clobbered by random code movement
because they're fixed.


r~



More information about the Gcc mailing list