This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Tail recursion optimisation
On Thu, 16 Oct 2003 17:40:20 -0700, Richard Henderson <rth@redhat.com> wrote:
> (2) The function not being named recursion specific, say,
> tree_optimize_tail_calls.
It seems to me that recursion is the only case which can be interestingly
handled at the tree level. Other tail calls just involve popping the
current frame before the call (right?), which we don't represent at the
tree level. Or is there something else you had in mind?
Jason