Date: Sun, 14 Sep 1997 20:24:51 +0200 (MET DST) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: multimedia@freebsd.org Subject: fxtv size... Message-ID: <199709141824.UAA00743@labinfo.iet.unipi.it>
next in thread | raw e-mail | index | archive | help
"tv" was a very small program, and since fxtv relies (or so I thought)
on external program to support mpeg encoding/decoding etc I expected
fxtv to be small as well. So I am a bit surprised by the following:
prova# size tv
text data bss dec hex
16384 4096 194440 214920 34788
prova# size fxtv
text data bss dec hex
163840 12288 225024 401152 61f00
looking more in depth, fxtv has more modules but many of them have
increased a lot in size. The most impressive is "tv.c" which is 474
lines yielding 22K of text. As a comparison, the original "tv.c" is 393
lines in my sources and generates 3.2K of code.
Is there something going wrong with macro expansions, or what ?
Cheers
Luigi
-----------------------------+--------------------------------------
Luigi Rizzo | Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it | Universita' di Pisa
tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709141824.UAA00743>
