Subject: Re: CVS commit: src
To: Johnny Billquist <bqt@Update.UU.SE>
From: Michael Kukat <michael@camaronet.de>
List: port-vax
Date: 04/18/1999 17:38:34
Hi !

> Trantor:/home/bqt> uname -m
> vax
> Trantor:/home/bqt> ls -l /netbsd
> -rw-r--r--  1 root  wheel  1017314 Apr 15 04:47 /netbsd
> Trantor:/home/bqt> 
> 
> Junk:/home/bqt> ls -l /bin/csh
> -r-xr-xr-x  1 root  wheel  266240 Apr 13 22:09 /bin/csh*
> 
> Trantor:/home/bqt> ls -l /bin/csh
> -r-xr-xr-x  1 root  wheel  204800 Nov 10 01:22 /bin/csh*
> 
> Not that much smaller csh, hmmm...

Not the right way... use the "size" command to list the sections, and compare
only the "text" section, this might give a bit more realistic results. And
check out some more things, for example /bin/awk, 'cause this uses math
operations. Or /usr/lib/libc.so* and /usr/lib/libm.so*, which might give nice
results. (Have no intel NetBSD installed here at the moment, so i can't
compare).

so long... Michael