Subject: Re: tar & install
To: None <tech-install@netbsd.org>
From: Simon Burge <simonb@telstra.com.au>
List: tech-install
Date: 01/23/1999 19:51:07
On Fri, 22 Jan 1999 23:11:23 -0500 (EST) Greg A. Woods wrote:
> [ On Sat, January 23, 1999 at 13:40:56 (+1100), Simon Burge wrote: ]
> > Subject: tar & install
> >
> > text data bss dec hex filename
> > 174966 7592 1784 184342 2d016 tar
> > 116986 1908 33684 152578 25402 pax
> > 33685 712 1052 35449 8a79 pdtar
>
> A couple more data points from i386 and sparc:
>
> [i386-current] $ size /usr/bin/tar /bin/pax pax-nocpio
> text data bss dec hex filename
> 233440 8192 6712 248344 3ca18 /usr/bin/tar
> 225248 4096 38956 268300 4180c /bin/pax
> 217056 4096 38628 259780 3f6c4 pax-nocpio
>
> [1.3.2-sparc] $ size /usr/bin/tar /bin/pax
> text data bss dec hex
> 278528 8192 22844 309564 4b93c /usr/bin/tar
> 270336 8192 52048 330576 50b50 /bin/pax
Just for your info, I was comparing dynamic programs, not static. Since
libc is shared which crunchgen'd install tools, I didn't want to include
the libc overhead. For static binaries on 1.3.3 pmax:
text data bss dec hex filename
410568 10260 25676 446504 6d028 /usr/bin/tar
388568 5652 57544 451764 6e4b4 /bin/pax
258088 3344 24904 286336 45e80 pdtar
Simon.