[Oberon] Project Oberon running from LPDDR memory on Pipistrello
Jörg
joerg.straube at iaeth.ch
Mon May 11 14:37:21 CEST 2020
> I miss where in the module ";" was removed?
I assume the following is meant:
PROCEDURE M(): INTEGER; BEGIN Out.Ln RETURN 0 END M;
You don‘t need a “;“ before RETURN
> 20180918 - considerably less heap space -- ORS.Mod.txt
> What is the trick to use less heap?
I guess it‘s a typo. Must be ORB iso ORS as the scanner doesn’t need heap space. If I rember correctly, some objects unintentionally got allocated more than once.
Jörg
More information about the Oberon
mailing list