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>