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,cd703a96ca51de6e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news1.google.com!proxad.net!proxad.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Tue, 13 Dec 2005 22:00:48 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: 'Base References: <1134055303.758950.308680@o13g2000cwo.googlegroups.com> <2038690.eAzdaEvAON@linux1.krischik.com> <1134160956.403383.29180@z14g2000cwz.googlegroups.com> <1170126.PvJVGQkA4J@linux1.krischik.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <439f3677$0$27889$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 13 Dec 2005 22:00:39 MET NNTP-Posting-Host: 535a53d7.newsread4.arcor-online.net X-Trace: DXC=N[`Qi@[@L;`P8MgCCFiJ[l:ejgIfPPlddjW\KbG]kaMhFYk:AnJB[CmTZmaVk1ol`jUUng9_FXZ=c>:=P9Ihe`Bh@Z?dZ]MOide X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:6874 Date: 2005-12-13T22:00:39+01:00 List-Id: Ole-Hjalmar Kristensen wrote: > There were two different alogrithms > used, one a simple nested loop, the other a recursive subdivision with > a nested loop at the lowest level. Have you tried this with Intel's compiler, too? It can do something about tail calls. -- Georg