Re: Registers safe across function calls

2009-06-17 Thread Dobes
lls and not reserve any stack space for them. > Thanks in advance. > -- View this message in context: http://www.nabble.com/Registers-safe-across-function-calls-tp24081065p24081201.html Sent from the gcc - Dev mailing list archive at Nabble.com.

Registers safe across function calls

2009-06-17 Thread Dobes
e/epilogue, but the stack space is still reserved for the save/restore. I would like to just rely on the fact that these registers are safe across function calls and not reserve any stack space for them. Thanks in advance. -- View this message in context: http://www.nabble.com/Registers-safe-across