hmc@uk.ac.nerc-pml.unixb (Helen McCall - PML Mast2) writes:
> Further to this; I have found that POPLOG's own behaviour becomes
> somewhat unpredictable and irrational when swap space runs low, with a
> distinct tendency for conditional branches to default to the else path
> regardless of the evaluation performed, and without signalling any
> error.
This is obviously nonesense! Do you have a piece of code that does
this? In 10 lines? In 100? I doubt it!
It's easy to force Poplog to use a huge amount of heap for testing
purposes:
false -> popmemlim;
vars whopper = initv(5e7); ;;; 50 million long words of store
The above two lines will *not* effect the execution of *any*
program! (except that garbage collections may take a few seconds ;)
Ian.
|