This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Tail recursion optimisation
Op za 18-10-2003, om 00:05 schreef Zdenek Dvorak:
> Hello,
>
> > I wonder if we should move the setting of current_function_stdarg
> > from assign_parms to allocate_struct_function.
> >
> > As far as the rest, I'd like to see
> >
> > (1) This in a new file. Say tree-tailcall.c.
> > (2) The function not being named recursion specific, say,
> > tree_optimize_tail_calls.
> > (3) This monster function broken up a bit.
>
> here is the patch with these changes.
...but you forgot the new file.
Gr.
Steven