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]

Re: proper tail recursion for gcc



Mark Probst <schani@mips.complang.tuwien.ac.at> writes:

> i want to implement proper tail recursion for a much broader set of
> cases than is currently implemented.
...

I think you'll find this has already been done in the development gcc.
It's the 'sibling call' optimisation.

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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