This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sibling call optimization


On May 4, 2004, at 14:08, Camm Maguire wrote:

Greetings!  We are investigating gcc sibling call optimization in GCL
(a lisp system compiling to C).  A few questions arise:

1) I notice that the optimization is apparently disabled when the call
   is made through a pointer variable.  Is this a permanent
   limitation?

The limitation was fixed on x86 for 3.4.0. For PPC the limitation is still there. For other targets I do not know.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]