comp.lang.ada
 help / color / mirror / Atom feed
* Garbage Collector
@ 1998-06-18  0:00 Charles Hixson
  1998-06-19  0:00 ` Stephen Leake
  1998-06-21  0:00 ` Robert Dewar
  0 siblings, 2 replies; 3+ messages in thread
From: Charles Hixson @ 1998-06-18  0:00 UTC (permalink / raw)



Do any of the Ada95 environments for Window95 provide garbage collected
storage? (sweep or reference counts?)
-- 
Charles Hixson	charleshixson@earthling.net
(510) 464-7733	or chixso@mtc.dst.ca.us




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Garbage Collector
  1998-06-18  0:00 Garbage Collector Charles Hixson
@ 1998-06-19  0:00 ` Stephen Leake
  1998-06-21  0:00 ` Robert Dewar
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Leake @ 1998-06-19  0:00 UTC (permalink / raw)



Charles Hixson <charleshixson@earthling.net> writes:

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

Yes, AppletMagic and ObjectAda. Both compile to Java Virtual Machine
byte codes (ObjectAda can also compile to native Intel code). The JVM
provides garbage collection.

> -- 
> Charles Hixson	charleshixson@earthling.net
> (510) 464-7733	or chixso@mtc.dst.ca.us




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Garbage Collector
  1998-06-18  0:00 Garbage Collector Charles Hixson
  1998-06-19  0:00 ` Stephen Leake
@ 1998-06-21  0:00 ` Robert Dewar
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Dewar @ 1998-06-21  0:00 UTC (permalink / raw)



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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-06-21  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-18  0:00 Garbage Collector Charles Hixson
1998-06-19  0:00 ` Stephen Leake
1998-06-21  0:00 ` Robert Dewar

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