[Oberon] garbage collector

Patrik Reali reali at acm.org
Tue May 20 11:05:18 CEST 2003


You have two options:

1. disable and enable the GC by hand (this could kill the system, if you use
a lot of memory)
2. allocate a memory block (with SYSTEM.NEW) and do whatever you want with
its contents

You should only use untraced pointers in this block. Using normal pointers
could (and probably will) crash the GC.

-Patrik

----- Original Message ----- 
From: "hurlimann" <hurlimann at medixa.com>
To: "_Oberon user group" <oberon at inf.ethz.ch>
Sent: Monday, May 19, 2003 11:29 PM
Subject: [Oberon] garbage collector


>
> Whether it gives a possibility to make the garbage collector manually by
programm an not automatic?
>
> Greetings
> Bruno Hürlimann
>
> --
> Oberon at inf.ethz.ch mailing list for ETH Oberon and related systems
> http://www.lists.inf.ethz.ch/mailman/listinfo/oberon
>
>




More information about the Oberon mailing list