comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@merv.cs.nyu.edu (Robert Dewar)
Subject: Re: Garbage Collector
Date: 1998/06/21
Date: 1998-06-21T00:00:00+00:00	[thread overview]
Message-ID: <dewar.898440720@merv> (raw)
In-Reply-To: 3589443E.6F692B88@earthling.net


Charles said

<<Do any of the Ada95 environments for Window95 provide garbage collected
storage? (sweep or reference counts?)
>>

Most likely any of the standard conservative garbage collectors should
work fine with most Ada 95 implementations (it is certainly possible
to use such collectors with GNAT, since they use malloc/free in a
perfectly straightforward manner). Of course no compaction is possible
when using conservative collectors.

The JVM based compilers (the one from Aonix/Intermetrics, and the
forthcoming GNAT based one) will naturally take advantage of the
garbage collection provided at the JVM level.

Robert Dewar
Ada Core Technologies





      parent reply	other threads:[~1998-06-21  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-18  0:00 Garbage Collector Charles Hixson
1998-06-19  0:00 ` Stephen Leake
1998-06-21  0:00 ` Robert Dewar [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox