[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ooc-m68k-960305



Hi folks,

Later today I'll upload the archive for the latest version of the AmigaOS
backend. There's nothing of note to report, except that the NIL pointer
trap I reported earlier is still there, but only if you try to compile
../frontend/ParseExpr.Mod with optimizations switched on.

I've added a --gc option to force garbage collection after every procedure
and module. This does an excellent job of keeping memory requirements low
when processing single modules. Doing a '--make --all' for OOC.Mod still
requires >4MB of RAM, which I believe is due to all the symbol files being
retained in memory.

Frank