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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3d251c18d8b3155d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-03 10:33:02 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: High compilation time with gnat Date: Wed, 3 Dec 2003 18:33:01 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <789qsv8gfn5j75t00u7cumnq28a2m3moa9@4ax.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1070476381 7088 134.91.1.34 (3 Dec 2003 18:33:01 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 3 Dec 2003 18:33:01 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:3104 Date: 2003-12-03T18:33:01+00:00 List-Id: Craig Carey wrote: : I had a look and I failed to find the message of Mr Brunot and Dewar : when using the groups.google.com search engine. The memory is fading, I haven't been too successful myself, sorry. However, I have noted (or at least I think I have) that nested packges have resulted in compilation times in excess of what the the same packages as child packages require (the packages contain a few instantiations of Charles containers). Another source of long compilation time is displayed in procedure PT is X : constant := 1.0 + 2.0 ** (-1000000); Y : constant := 1.0 + 2.0 ** (-1000001); Z : constant := 2.0 ** (1000001) * (X - Y); begin Put_Line (Float'Image (Z)); end PT; which was posted with smaller powers by Laurent Guerby on 2000-09-10. -- Georg