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,c68551ab190372c8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!news.clara.net!wagner.news.clara.net!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Ada memory management? Date: Thu, 07 Oct 2004 20:04:56 +0100 Message-ID: References: <2slce8F1manqgU1@uni-berlin.de> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1097175897 10558 62.49.62.197 (7 Oct 2004 19:04:57 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 7 Oct 2004 19:04:57 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:4892 Date: 2004-10-07T20:04:56+01:00 List-Id: On Thu, 07 Oct 2004 18:24:21 +0100, Nick Roberts wrote: > I am trying to build my own (open source, GPL) Ada compiler, and I hope to > be able to build in full garbage collection support, if only to prove that > it can be done. But I do not have recourse to huge resources, so don't hold > your breath. > > http://sourceforge.net/projects/eclat Erm, how far are you with this project Nick? I've known about it for a while and your page doesn't really have anything on it (yet), how about an update? Also, are you using GCC at all? That would be interesting; it might spur some competition with ACT ;-D If you're not using GCC, maybe you should try using it to speed up development. Luke.