[Oberon] Input.Time
Pieter Muller
pieter.muller at alumni.ethz.ch
Fri Jan 24 22:58:37 CET 2003
John Drake wrote:
> What GC algorithm is it currently using and which
> modules implement it? And how was this dealt with
> in the Gneiss project?
The garbage collector is similar to the ETH Oberon collector. All
processors are stopped and a mark-sweep collection done. It is in
AosHeap.Mod. An incremental or parallel garbage collector would be
better for Aos.
Gneiss was a microkernel for distributed message-passing systems. It
didn't have automatic memory management.
cheers
-- Pieter
More information about the Oberon
mailing list