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) |
[5 later articles] |
From: | Ben Pfaff <pfaffben@msu.edu> |
Newsgroups: | comp.compilers |
Date: | 13 Aug 2000 18:54:31 -0400 |
Organization: | Michigan State University |
References: | 00-08-054 |
Keywords: | optimize |
strohm@airmail.net (John R. Strohm) writes:
> Do any of the commonly-available compilers for "mainstream" languages
> do tail recursion optimization? In particular, any C, c++, or Ada
> compilers?
The GCC compiler suite does tail recursion optimization at least
for C and C++ and probably for its other languages as well.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.