This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tail-call optimization question
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Musachy Barroso <insanus at bellsouth dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Nov 2003 22:37:15 +0100
- Subject: Re: tail-call optimization question
- References: <3FC64889.5030101@bellsouth.net>
> 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