This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help! tail call elimination
- To: Peter Nenzén <qinxpen at ks dot ericsson dot se>
- Subject: Re: Help! tail call elimination
- From: Jamie Lokier <jamie dot lokier at cern dot ch>
- Date: Thu, 9 Mar 2000 17:25:50 +0100
- Cc: gcc at gcc dot gnu dot org
- References: <38C7B229.A4F94FC5@ks.ericsson.se>
Peter Nenzén wrote:
> Hi we're two Swedish students. We are working on a thesis about tailcall
> elimination (sibling calls) on the sparc32 architecture. We wonder if
> anyone has done something similar or has any code that could be to some
> assistance. There's no reason in inventing the wheel again :).
A certain MS compiler seems to do it, judging be disassembled output :-)
-- Jamie