does gcc remember register values through into functions?
Lin Gu
lingushanghai@gmail.com
Sat Jan 15 06:41:00 GMT 2005
Hi,
In gcc's optimization process (O3), does it remember register
values through the function calls when the function
call is not inlined?
My guess is that gcc does not assume specific values in
any registers, except for registers that carry parameters
and serve as stack pointer, when it enters a function. But
I hope to be sure about this. Any hints and suggestions
would be appreciated.
Cheers,
lin
--
Lin Gu
University of Virginia
More information about the Gcc
mailing list