This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc cross mips output sizes, 2.95.3 vs 3.3.3


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]