9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] limbo's GC
@ 2004-03-02 10:08 David Tolpin
  2004-03-02 10:21 ` Charles Forsyth
  0 siblings, 1 reply; 2+ messages in thread
From: David Tolpin @ 2004-03-02 10:08 UTC (permalink / raw)
  To: 9fans


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] limbo's GC
  2004-03-02 10:08 [9fans] limbo's GC David Tolpin
@ 2004-03-02 10:21 ` Charles Forsyth
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Forsyth @ 2004-03-02 10:21 UTC (permalink / raw)
  To: 9fans

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-02 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-02 10:08 [9fans] limbo's GC David Tolpin
2004-03-02 10:21 ` Charles Forsyth

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).