guile-devel
[Top][All Lists]
Advanced

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

Re: a tentative design of a finalization mechanism for Guile


From: Carl R. Witty
Subject: Re: a tentative design of a finalization mechanism for Guile
Date: 08 Dec 2000 17:53:11 -0800

If people are doing research on finalization mechanisms for Guile, I'd
recommend reading:

 Stretching the storage manager: weak pointers and stable names in Haskell
 (http://www.research.microsoft.com/Users/simonpj/Papers/weak.ps.gz)

They come up with mechanisms for finalization and weak pointers which
they claim are preferable to guardians.  (Although the paper describes
Haskell, the mechanisms -- particularly in sections 5 and 6 -- are
easy to apply to other languages.)

Carl Witty



reply via email to

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