[Oberon] Batch processing of Oberon commands
Andreas Pirklbauer
andreas_pirklbauer at yahoo.com
Sat Jun 13 19:51:21 CEST 2020
> I do quite a bit of unloading, before I get things done,
> Is well possible then I smash the heap somehow?
It could. but doesn’t have to do with module unloading, as
module unloading is inherently unsafe in Project Oberon 2013.
If a newly loaded module overwrites a previously released
module block, the system is left in a potentially unsafe state.
For example, procedure variables or type tags may still refer
to the overwritten module block.
More information about the Oberon
mailing list