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,546c9d71cfb0c1ee X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-13 19:58:21 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail From: David Starner Subject: Re: [Announcement] New Project: ASIS for GNAT User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity. (Debian GNU/Linux)) Message-Id: Newsgroups: comp.lang.ada References: <1252369.os30E2mMWi@linux1.krischik.com> <3zl4c.17228$mM.123491@attbi_s02> <87ish8iit1.fsf@insalien.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Sun, 14 Mar 2004 03:58:20 GMT NNTP-Posting-Host: 12.72.88.173 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1079236700 12.72.88.173 (Sun, 14 Mar 2004 03:58:20 GMT) NNTP-Posting-Date: Sun, 14 Mar 2004 03:58:20 GMT Organization: AT&T Worldnet Xref: archiver1.google.com comp.lang.ada:6313 Date: 2004-03-14T03:58:20+00:00 List-Id: On Sat, 13 Mar 2004 21:38:34 +0100, Ludovic Brenta wrote: > AFAIK, GNAT will be part of all future releases of GCC, won't it? The > tree-ssa branch you are referring to affects only the back-end unless > I am mistaken. Of course, such a massive change to the back-end might > affect the GNAT font-end; this is a quality issue which is orthogonal > to the existence of the GNAT front-end. No. tree-ssa is all about improving the connection between the front end and the middle end so more intelligent optimization algorithms can be used. So GNAT needs large changes to work properly with the tree-ssa.