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: tail-call optimization question


> in what file can I find the src for tail-call optimizations?
For GCC 3.4 and earlier, this is partly in sibcall.c and partly in
call.c.  For tree-SSA branch it is in tree-tailcall.c, but it is
disabled at the very moment because it exposed latent bugs in other
parts of compiler.  I hope we will re-enable it soon.

Honza
> 
> thanks
> 
> musachy


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