This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Indirect C-function calls not sibcall-optimised?
> > Could someone point out to me why it is not possible in gcc 3.1 (Don't
> > know about newer CVS-versions.) to use sibcall-optimisation with
> > indirect function calls?
>
> One has to allocate the address to a call-clobbered that does not
> overlap the argument registers.
Ok, but how does that differ from a "normal call"? I guess, I still don't
see the rationale behind it.
TIA,
Andi.