This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Optimization
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "Brian D. McGrew" <brian at visionpro dot com>, gcc-help at gcc dot gnu dot org
- Date: Tue, 27 Apr 2004 09:06:23 -0500
- Subject: Re: Optimization
- References: <A65DBD6E-9852-11D8-9A95-000393D285FA@visionpro.com>
Hi Brian,
I am unclear: what's the problem?
My first inkling is that your Solaris SPARC platform is x10 faster than
your Linux x86 platform.
My second inkling is... how come you are not performance comparing
optimized code (-O2 or -O3)? Unoptimized code can be notoriously ... er,
umm ... unoptimized.
--Eljay