Re: Proper Tail Recursive C++

Sebastian Schmidt <sc@informatik.uni-jena.de>
22 Feb 1997 23:01:05 -0500

          From comp.compilers

Related articles
Proper Tail Recursive C++ jerpat@iastate.edu (Jerry) (1997-02-20)
Re: Proper Tail Recursive C++ sc@informatik.uni-jena.de (Sebastian Schmidt) (1997-02-22)
Re: Proper Tail Recursive C++ hbaker@netcom.com (1997-02-22)
Re: Proper Tail Recursive C++ will@ccs.neu.edu (William D Clinger) (1997-02-23)
Re: Proper Tail Recursive C++ fjh@mundook.cs.mu.OZ.AU (1997-02-23)
Re: Proper Tail Recursive C++ bothner@cygnus.com (1997-02-23)
Re: Proper Tail Recursive C++ andy@wonderworks.co.uk (Andy Armstrong) (1997-02-27)
Re: Proper Tail Recursive C++ gary@wheel.tiac.net (1997-03-01)
[9 later articles]
| List of all articles for this month |

From: Sebastian Schmidt <sc@informatik.uni-jena.de>
Newsgroups: comp.compilers
Date: 22 Feb 1997 23:01:05 -0500
Organization: Compilers Central
References: 97-02-111
Keywords: C++, optimize

"Jerry" <jerpat@iastate.edu> writes:


> Does anybody know if there exists a C++ compiler that is properly
> tail recursive?


Do you mean a compiler which is able to transform tail recursive
functions into loops? According to the documentation GCC does this.
I haven't, however, tested if it works for C++.
--
Sebastian
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.