[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage collection
- From: James McCartney <asynth@...>
- Date: Thu, 31 Oct 2002 12:56:50 -0800
Yes, but you have a sweep phase correct? The Johnstone collector since
it is based on a Baker treadmill has no sweep phase. All free objects
are collected as fast as you can move a few links in a linked list.
On Thursday, October 31, 2002, at 12:10 PM, Steve Dekorte wrote:
I've also written a small scripting language with an incremental
collector(tricolor, write barrier). It's all C, so maybe you'll find
it useful to check out:
--
--- james mccartney james@audiosynth.com <http://www.audiosynth.com>
SuperCollider - a real time synthesis programming language for the
PowerMac.
<ftp://www.audiosynth.com/pub/updates/SC2.2.16.sea.hqx>