Some of the tests place sysutils in the uses clause but in fact it is not 
needed in
the uses clause for some programs to work. Removing it from the uses clause 
where not
needed would improve the memory footprint of the program, since sysutils hauls 
in
initialization for things like widestrings and etc.

i.e. this program here does not need sysutils at all, according to when I 
compile it:
http://shootout.alioth.debian.org/gp4/benchmark.php?test=fannkuch&lang=fpascal


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to