unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Michael Livshin <guile@cmm.kakpryg.net>
Subject: Re: lazy sweeping.
Date: Mon, 29 Jul 2002 13:14:18 +0300	[thread overview]
Message-ID: <s365yyn8n9.fsf@cmm.kakpryg.net.cmm> (raw)
In-Reply-To: 15685.3950.266394.345360@meddo.cs.uu.nl

Han-Wen Nienhuys <hanwen@cs.uu.nl> writes:

> guile@cmm.kakpryg.net writes:
>> 
>> did you consider various finalizations?  like closing file descriptors
>> of dead ports, sort of fing.
>> 
>> if you just lazy-sweep naively, some external resources may never get
>> freed.
>
> Ah, good idea. You mean when exiting GUILE completely? I'll add
> that.

er.  perhaps I was confused.

if I remember correctly, Guile has some logic to cope with suddenly
running out of file descriptors: it calls GC in the hope that some
port objects are unreachable.

I guess now you don't have to nesessarily do a full GC right away,
instead you may want to finish the sweep first and see if that helps,
and only do a new GC if finishing the sweep haven't helped.  hmm.  so
that's not as fiddly as I thought, and probably works as it is.

ditto for malloced memory, I guess.

sorry.

-- 
Paranoid schizophrenics outnumber their enemies at least two to one.



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


  reply	other threads:[~2002-07-29 10:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-28 23:32 lazy sweeping Han-Wen
2002-07-29  0:07 ` Michael Livshin
2002-07-29  9:48   ` Han-Wen Nienhuys
2002-07-29 10:14     ` Michael Livshin [this message]
2002-07-29 12:40       ` Han-Wen Nienhuys
2002-07-29 13:00         ` Michael Livshin
2002-07-29 13:06           ` Han-Wen Nienhuys
2002-07-30 10:09   ` Han-Wen
2002-07-30 12:10     ` Michael Livshin
2002-07-29  4:31 ` Tom Lord
2002-07-29 15:17   ` Han-Wen Nienhuys
2002-07-29 13:16 ` Mikael Djurfeldt
2002-07-29 13:22   ` Han-Wen Nienhuys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s365yyn8n9.fsf@cmm.kakpryg.net.cmm \
    --to=guile@cmm.kakpryg.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).