Related articles |
---|
Tail recursion strohm@airmail.net (2000-08-10) |
Re: Tail recursion pfaffben@msu.edu (Ben Pfaff) (2000-08-13) |
Re: Tail recursion danwang+news@cs.princeton.edu (Daniel C. Wang) (2000-08-14) |
Re: Tail recursion toon@moene.indiv.nluug.nl (Toon Moene) (2000-08-14) |
Re: Tail recursion fjh@cs.mu.OZ.AU (2000-08-21) |
Re: Tail recursion Wilco.Dijkstra@arm.com (Wilco Dijkstra) (2000-08-21) |
Re: Tail recursion mrs@kithrup.com (2000-08-21) |
Re: Tail recursion ian0kerr@my-deja.com (2000-09-08) |
Tail recursion Alexey.Mikhailov@gmail.com (jjb) (2006-11-04) |
Re: Tail recursion kym@ukato.freeshell.org (russell kym horsell) (2006-11-04) |
Re: Tail recursion diablovision@yahoo.com (2006-11-05) |
Re: Tail recursion owong@castortech.com (Oliver Wong) (2006-11-08) |
Re: Tail recursion jboehm@gmx.net (=?ISO-8859-1?Q?J=FCrgen_B=F6hm?=) (2007-02-04) |
From: | ian0kerr@my-deja.com |
Newsgroups: | comp.compilers |
Date: | 8 Sep 2000 02:00:22 -0400 |
Organization: | Deja.com - Before you buy. |
References: | 00-08-054 |
Keywords: | optimize |
strohm@airmail.net (John R. Strohm) wrote:
> Do any of the commonly-available compilers for "mainstream" languages
> do tail recursion optimization? In particular, any C, c++, or Ada
> compilers?
Yes, Edinburgh PROLOG and probably other PROLOGs do tail recursion
optimisation as is documented in e.g., the LPA prolig manual.
Ian.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.