Andy Piper <andy(a)xemacs.org> wrote:
At 05:05 PM 8/18/99 +0900, SL Baur wrote:
>Comparative output from size is:
>$ size src/xemacs*
> text data bss dec hex filename
>2384350 3030336 0 5414686 529f1e src/xemacs
>2063120 3035984 0 5099104 4dce60 src/xemacs.RUNNING
These numbers don't add up do they? I blame gcc :)
As these sizes are comparable, but the file sizes aren't, I'd
suspect the compiler/linker for bloating the debugging info (which
generally aren't symbols, and aren't part of the nm output). Perhaps
something is adding duplicate debugging info. I've seen this happen in
a non-gcc compiler, with no apparent symptoms other than a bloated file
size; the executable worked, debuggers worked, but the file size was
bloated.
--
Darryl Okahata
darrylo(a)sr.hp.com
DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Hewlett-Packard, or of the
little green men that have been following him all day.