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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e80a1497a689d8a5 X-Google-Attributes: gid103376,public From: dvdeug@x8b4e53cd. (David Starner) Subject: Re: Garbage colletion Date: 1999/11/04 Message-ID: <7vt3v3$9ic1@news.cis.okstate.edu>#1/1 X-Deja-AN: 544606202 References: <38120FAF.945ADD7D@hso.link.com> <7uutgd$87h$1@nnrp1.deja.com> <19991024.18033546@db3.max5.com> <38189268.43EB150F@mail.earthlink.net> <86ogdjtdwz.fsf@ppp-115-70.villette.club-internet.fr> <7vadsp$8q61@news.cis.okstate.edu> <1999Oct28.221910.1@eisner> <7vb3c4$8a21@news.cis.okstate.edu> <7vhfsl$791$1@nnrp1.deja.com> <7vil9t$vmn$1@nnrp1.deja.com> <7vkj7d$avm$1@nnrp1.deja.com> Organization: Oklahoma State University User-Agent: slrn/0.9.5.7 (UNIX) Newsgroups: comp.lang.ada Date: 1999-11-04T00:00:00+00:00 List-Id: On Thu, 4 Nov 1999 15:38:22 -0500, Didier Utheza wrote: >Oberon for Linux is using a garbage collector developed in C. The people >that created the compiler just interfaced the GC code to the Oberon >compiler. The code is avalaible to the public, the biggest problem with >Ada would be to reimplement the GC in native code in the logic of the >compiler, but regarding stability, this GC has a good rating! >Greeting. Considering how two other compilers based of GCC (gjc & gobjc) use it (the Boehm conservative collector), it probably will be the first compiler interfaced to GNAT. -- David Starner - dstarner98@aasaa.ofe.org