[fpc-pascal] Computer Language Shootout - updated to Free Pascal2.0.2
L505
fpc505 at z505.com
Thu Feb 9 02:02:05 CET 2006
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
More information about the fpc-pascal
mailing list