From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,170d8c9368cab115 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: wojtek@power.com.pl Newsgroups: comp.lang.ada Subject: Re: Tail Recursion (Why it appears that Gnat 3.15p does support it) Date: 14 Jan 2005 08:06:51 -0800 Organization: http://groups.google.com Message-ID: <1105718811.554008.197490@z14g2000cwz.googlegroups.com> References: <1105653887.848989.268410@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 62.111.211.178 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1105718815 19052 127.0.0.1 (14 Jan 2005 16:06:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 14 Jan 2005 16:06:55 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=62.111.211.178; posting-account=KrVmowoAAADVnx8YZs7PBEa3vuGcpn5w Xref: g2news1.google.com comp.lang.ada:7771 Date: 2005-01-14T08:06:51-08:00 List-Id: GNAT does not optimize tail calls, because, AFAIK, the underlying GCC does not. Regards, Wojtek