Re: [PATCH] libkdeinit symbol pruning
Karl Vogel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 18 July 2004 16:57, Karl Vogel wrote:
> Since I only rebuild kdebase, there are still some kdeinit libs with extra
> symbols:
>
> $ objdump -CT /opt/kde/lib/libkdeinit_*.so|egrep "g +DF .text"|grep -v
> kdemain|wc -l 2034
After doing my kdelibs, kdegraphics & kdemultimedia (which is all I have
installed from CVS):
$ objdump -CT /opt/kde/lib/libkdeinit_*.so|egrep "g +DF .text"|grep -v kdemain|wc -l
0
$ du -sk /opt/kde/lib/libkdeinit_*.so | awk ' { total += $1; } END { print "Total " total;}'
Total 38128
39164kb - 38128kb = 1036kb saved. (that's almost 1 complete slackware floppy :)