comp.lang.ada
 help / color / mirror / Atom feed
From: Adrien Plisson <aplisson-news@stochastique.net>
Subject: Re: Memory management clarification
Date: Tue, 26 Jul 2005 12:38:12 +0200
Date: 2005-07-26T12:38:12+02:00	[thread overview]
Message-ID: <42e611e5$0$12049$ba620e4c@news.skynet.be> (raw)
In-Reply-To: <dc51dt$qi6$1@sunnews.cern.ch>

Maciej Sobczak wrote:
> Trying to learn a bit of Ada I came across a statement that memory 
> allocated from the pool will be implicitly reclaimed when the acces 
> variable used to reference it goes out of scope.

this is called garbage collection. can you tell us where you read this 
statement ?

if i remember right, garbage collection is _allowed_ by the standard, 
but not _defined_ in the same standard.

the only 2 compilers i can think of implementing a GC are JGNAT and 
MGNAT, 2 niche compilers targeting the JVM and CLI, mainly because the 
GC is a feature of their target platform. i'm not aware of any other 
implementation of a garbage collector, but i may be wrong...

-- 
rien



  reply	other threads:[~2005-07-26 10:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-26  9:57 Memory management clarification Maciej Sobczak
2005-07-26 10:38 ` Adrien Plisson [this message]
2005-07-26 14:19   ` Robert A Duff
2005-07-26 13:57 ` Frank J. Lhota
2005-07-26 14:21   ` Robert A Duff
2005-07-26 18:11     ` Frank J. Lhota
2005-07-26 14:17 ` Robert A Duff
2005-07-26 15:39   ` Maciej Sobczak
2005-07-26 17:45     ` Robert A Duff
replies disabled

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