users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GC in GNU-Prolog?


From: Fergus Henderson
Subject: Re: GC in GNU-Prolog?
Date: Sat, 23 Dec 2000 00:46:54 +1100

On 22-Dec-2000, Daniel Diaz <address@hidden> wrote:
> There is no GC currently in GNU Prolog. However, we started a collaboration 
> with another research team to implement a GC. I hope it will be available 
> around february 2001.

Have you considered using the Boehm (et al) conservative collector?

This is certainly not ideal for Prolog, since you don't get cheap
memory reclamation on failure, but it is pretty easy to hook into.

-- 
Fergus Henderson <address@hidden>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]