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-Thread: 103376,314d661a32522d8a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!i29g2000prf.googlegroups.com!not-for-mail From: baldrick Newsgroups: comp.lang.ada Subject: Re: Announcement: GNAT ported to LLVM Date: Mon, 24 Mar 2008 11:09:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7e6246de-2ac0-4311-8047-ae88ea4ccb38@i29g2000prf.googlegroups.com> References: <87iqzco4n7.fsf@willow.rfc1149.net> NNTP-Posting-Host: 82.232.58.132 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1206382167 8008 127.0.0.1 (24 Mar 2008 18:09:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 24 Mar 2008 18:09:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i29g2000prf.googlegroups.com; posting-host=82.232.58.132; posting-account=H52IZQoAAAAXM-RV35eCd20PYXCi5WQf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4) Gecko/2008031317 Firefox/3.0b4,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20560 Date: 2008-03-24T11:09:26-07:00 List-Id: Hi Sam, > Thanks Duncan, this is an outstanding contribution to the Ada > community. Given that LLVM is already ahead of GCC in terms of code > generation quality (sometimes, starting from zero and choosing another > path is a competitive advantage), this looks very promising. I'm glad you appreciate my work! That said, in my experience gcc-4.2 produces slightly faster code for Ada than llvm-gcc-4.2 does. Given that LLVM manages to produce code that comes close to gcc while being much simpler than gcc and easier to improve, I expect it will overtake gcc soon. In fact I haven't even started working on Ada specific optimizer improvements yet: I've been concentrating on correctness. > The difficult task, as you already know, will be to keep the Ada > front-ends in both compilers in sync. I wish you good luck with that! It's not yet clear to me whether I should backport the gcc-4.3 Ada front-end to llvm-gcc-4.2, or start working on llvm-gcc-4.3. For the moment I'm just working on improving the correctness and robustness of llvm-gcc-4.2.