gcc cross mips output sizes, 2.95.3 vs 3.3.3
Zack Weinberg
zack@codesourcery.com
Fri Dec 17 00:26:00 GMT 2004
David Wuertele <dave-gnus@bfnet.com> writes:
> Joe> I think that the main bloat is in the debug information. Try
> Joe> stripping before you compare file sizes.
>
> Yeah, I already checked that. (I actually did read this maililng list
> looking for solutions before I posted).
>
> Here is what I get when I compile jpeg-6b, compared with what is
> reported on CSiBE for -O3 and -Os.
Is CSiBE compiling for MIPS as well? If so, check whether they're
using MIPS16. If not, the numbers are incomparable.
> mipsel-linux-gnu-g++ -Os -c -o jcapimin.o jcapimin.c
> mipsel-linux-gnu-strip jcapimin.o
Could you please run 'mipsel-linux-gnu-size' over all of these object
files as compiled by 2.95, then do it again for the same object files
compiled by 3.3.3, subtract the 2.95 figures from the 3.3.3 figures,
and report the results?
zw
More information about the Gcc
mailing list