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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fdf33079a629ecb6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-01 16:30:15 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: gautier_niouzes@hotmail.com (Gautier) Newsgroups: comp.lang.ada Subject: Re: GNAT for Alpha Date: 1 Jul 2001 16:30:14 -0700 Organization: http://groups.google.com/ Message-ID: <17cd177c.0107011530.705582c5@posting.google.com> References: <9ff447f2.0106280804.5f40b84c@posting.google.com> <3B3B74E1.D2239654@worldnet.att.net> <874rsxx274.fsf@deneb.enyo.de> NNTP-Posting-Host: 212.35.34.200 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994030214 23981 127.0.0.1 (1 Jul 2001 23:30:14 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 1 Jul 2001 23:30:14 GMT Xref: archiver1.google.com comp.lang.ada:9308 Date: 2001-07-01T23:30:14+00:00 List-Id: > >>This leads to another thought. Are there any Ada implementations > >>targeted to the Itanium chip? Are any in the works. This chip seems > >>like a good home for Ada. Florian Weimer: > I doubt it. Ada with its explicit loops might enable compilers to > generate better code than they do now for C, but looking at the > benchmarks, it seems as if the Itanium is a FORTRAN processor. For the benchmarks it is quite usual that they are in Fortran, since this language normally has the best optimizing compilers. Is it a reason to conclude that the CPU is a "Fortran processor" ? G.