|
Re: Questions on changing Chicken runtime and some other stuff: msg#00087lisp.scheme.chicken
Sergey Khorev scripsit: > The idea was to use Chicken as an embedded interpreter but don't have > two GC's in one process. One has to distinguish between the initial garbage collector, which moves nongarbage from the (garbage) stack to the heap, and garbage collections within the heap. The first is part of the Chicken way of doing business; the second could probably be replaced by a different GCed heap, or even a conservative GC such as Boehm-Demers-Weiser. (I'm talking in general terms now; I've never looked at the code to see how it does things.) -- The man that wanders far cowan@xxxxxxxx from the walking tree http://www.reutershealth.com --first line of a non-existent poem by: John Cowan |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | patch for spiffy: 00087, Hans Bulfone |
|---|---|
| Next by Date: | Re: SWT egg link is dead: 00087, Daishi Kato |
| Previous by Thread: | Re[2]: Questions on changing Chicken runtime and some other stuffi: 00087, Sergey Khorev |
| Next by Thread: | Re: Questions on changing Chicken runtime and some other stuff: 00087, felix winkelmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |