Related articles |
---|
Tail call hacks with gcc danwang@vista.CS.Princeton.EDU (Daniel Wang) (1999-11-19) |
Re: Tail call hacks with gcc cez@nomorespam.freeserve.co.uk (Ceri Storey) (1999-12-04) |
Re: Tail call hacks with gcc anton@mips.complang.tuwien.ac.at (1999-12-07) |
From: | Daniel Wang <danwang@vista.CS.Princeton.EDU> |
Newsgroups: | comp.compilers |
Date: | 19 Nov 1999 22:33:37 -0500 |
Organization: | Princeton University |
Keywords: | GCC, code, optimize, question |
I'm using gcc as a backend, for a higher level language, and I really
like a clean hack to get proper tail recusion to work. I'm aware of
various "trampolining" tricks to get this to work, but I'd like to
have something that doesn't hit performance too much.
I'm willing to play games with inline assembly (x86) and other gcc
specific tricks, but a portable machine independent hack would be
nicer. I'll summarize and put up a webpage if there's enough
interest.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.