[comp.lang.modula2] FST executable sizes

v056ped5@ubvmsa.cc.buffalo.edu (Brian M McNamara) (10/28/90)

The FST linker (I don't think the version even matters) seems to carry a
lot of overhead from SYSTEM an FileSystem, as well as including all
procedures from any DefMod you may have called. However, when using
m2link (i.e. not in the interactive editor) you can specify /o to
optimize the executable program. I often see sizes of 3K or 4K when doing
this. It is slow to optimize, but as mentioned...it is a hell of a product
for shareware.

Brian