guile-devel
[Top][All Lists]
Advanced

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

Re: GC and file descriptors (and external resources.in general, I guess)


From: Michael Livshin
Subject: Re: GC and file descriptors (and external resources.in general, I guess)
Date: 01 Nov 2000 11:17:37 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (20 Minutes to Nikko)

Dirk Herrmann <address@hidden> writes:

> Another problem with lazy sweep is, that if gc is triggered because of
> scm_must_malloc, then a lazy sweep won't help:  To be sure that all
> available memory for scm_must_malloc has been freed you would also have to
> first finish the sweep completely (unlazily), then see if enough memory is
> available for the mallocing, and if not, do a gc with a full sweep
> again.

yes, _exactly_ the same as with file descriptors.

-- 
I have seen the future, and it does not work.




reply via email to

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