another question, and a small patch

Niels Möller nisse@lysator.liu.se
26 Jun 2000 20:22:32 +0200


Werner Koch <wk@gnupg.org> writes:


> I know about the shallow copy issues, so ref-counting seems to be so
> only easy way to cope with it.
In LSH I use a simple mark&sweep gc for all my objects, including the sexps. But I guess that's no alternative for a library. /Niels