[net.unix-wizards] strip

fylstra.tsca%sri-unix@sri-unix.UUCP (06/18/83)

Stripping a .out file obviously has the advantage of saving disk space.
Is there any corresponding performance improvement?  For example,
it might take less time to load the file and swap it.  Or is exec()
smart enough to omit the symbol table when loading an unstripped file?
This has become an issue with our 68K-based UnixBoxen, where disk space
is tight and access time is slow.

Dave Fylstra
fylstra.tsca@sri-unix

ron%brl-bmd@sri-unix.UUCP (06/27/83)

From:      Ron Natalie <ron@brl-bmd>

The PDP-11 systems I am familiar with doesn't load the symbol table
into memory or swap space at all...

-Ron