9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <forsyth@terzarima.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] limbo's GC
Date: Tue,  2 Mar 2004 10:21:46 +0000	[thread overview]
Message-ID: <eb9db09640b6f7ce7f5c96fcee674627@terzarima.net> (raw)
In-Reply-To: <200403021008.i22A8eJv072216@adat.davidashen.net>

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

yes.

>>that I can rely on instant deallocation of resources if the data structures
>>behind resources are acyclic?

yes.  actually, that's one slight difference with Java (as i knew it, anyhow).
a Java implementation might deallocate acyclic things immediately
but the language doesn't guarantee it.  Limbo does.

[-- Attachment #2: Type: message/rfc822, Size: 2410 bytes --]

From: David Tolpin <dvd@davidashen.net>
To: 9fans@cse.psu.edu
Subject: [9fans] limbo's GC
Date: Tue, 2 Mar 2004 14:08:40 +0400 (AMT)
Message-ID: <200403021008.i22A8eJv072216@adat.davidashen.net>


I have read the article and I am convinced. It is an algorithm different from
that I had in mind, but is efficient enough to support general-purpose garbage
collection.

I have been misled by limbo's papers and manual. 

Can I rephrase it as that I can use arbitrary data structures exactly as I would
with lisp or ML or any other language with automatic memory management. And
that I can rely on instant deallocation of resources if the data structures
behind resources are acyclic?

David

      reply	other threads:[~2004-03-02 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-02 10:08 David Tolpin
2004-03-02 10:21 ` Charles Forsyth [this message]

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

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

  git send-email \
    --in-reply-to=eb9db09640b6f7ce7f5c96fcee674627@terzarima.net \
    --to=forsyth@terzarima.net \
    --cc=9fans@cse.psu.edu \
    /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 NNTP newsgroup(s).