[mercury-users] Garbage Collection
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Mar 11 01:26:03 AEDT 2003
On 10-Mar-2003, little flower <flowerlittle at rediffmail.com> wrote:
> I would like to know about garbage collection in Mercury. Where
> can I get the information.
The Mercury implementation normally uses the Boehm (et al) conservative
collector. See <http://www.hpl.hp.com/personal/Hans_Boehm/gc/>.
My paper at the 2002 International Memory Management Symposium
<http://www.cs.mu.oz.au/mercury/information/papers.html#high_level_gc>
describes an alternative, type-accurate collector for Mercury.
Some support for this approach is included in recent releases
of Mercury, but this support is still not yet complete (the file
compiler/ml_elim_nested.m in the compiler source distribution has
a TODO list of what remains to be done).
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-users mailing list
post: mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the users
mailing list