proper tail recursion for gcc

Geoff Keating geoffk@cygnus.com
Wed Jul 19 23:06:00 GMT 2000


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>


More information about the Gcc mailing list