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,5e4d70e34eb3cd88 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: "jimmaureenrogers@worldnet.att.net" Newsgroups: comp.lang.ada Subject: Re: Garbage Collection for Ada Date: 24 Sep 2005 15:17:42 -0700 Organization: http://groups.google.com Message-ID: <1127600262.327717.130120@g14g2000cwa.googlegroups.com> References: <1127594225.613707.86600@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 69.170.70.49 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1127600267 1404 127.0.0.1 (24 Sep 2005 22:17:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Sep 2005 22:17:47 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Opera/8.50 (Windows NT 5.1; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=69.170.70.49; posting-account=SqOfxAwAAAAkL81YAPGH1JdBwpUXw9ZG Xref: g2news1.google.com comp.lang.ada:5118 Date: 2005-09-24T15:17:42-07:00 List-Id: llothar wrote: > Hello, > > i found an old patch to gcc that implements a garbage collector for > GNAT (based on the popular Boehm-Weisser GC). > > Is there any current work on this topic. > > I was never interested in ADA because i don't go back to full manual > management, but i'm now looking for a new language for one project that > got to big. Have you ever studied Ada? Do you have any idea how much manual memory management you might be forced to do? How much do you know about Ada controlled types? Jim Rogers