This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Optimization
- From: Brian D. McGrew <brian at visionpro dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 27 Apr 2004 06:56:15 -0700
- Subject: Optimization
Good morning,
We have a software tree that we compile for Solaris Sparc and Linux
X86. There are several versions this software that we support, 4.5.3
and 4.7 are still our current versions. We compile up 4.5.3 for
Solaris and Linux with gcc-295. 4.7 is compiled with gcc-32.
The problem that we're seeing is this: 4.5.3 and 4.7 run almost the
same speed on Linux. However, on Solaris Sparc 4.5.3 runs about 10x
faster than the Linux version. All the compile lines and complier
options are the same (and quoted at the bottom of this message).
Can someone shed some light on to why me might be seeing this problem?
The compile line that I pasted is from our Linux build. The only
differences between Solaris and Linux is the -mtune=ultrasparc and
-mcpu-v8 options on Sparc.
Any ideas???
-brian
Brian D. McGrew { brian@doubledimension.com ||
pacemakertaker@yahoo.com }
--
> YOU! Off my planet!
Begin forwarded message:
From: "Brian D. McGrew" <brian@ultra-trix.visionpro.com>
Date: April 27, 2004 6:53:24 AM PDT
To: brian@ultra-trix.visionpro.com, brian@visionpro.com,
brian@doubledimension.com
Subject: GCC
/usr/local/gnu/gcc-332/bin/g++ -c -fPIC -g -O0 -DALGODEBUG
-D__EXTENSIONS__ -I/
usr/X11R6/include -DHAS_SYS_IOCTL_H -UHAS_SYS_FILIO_H -DHAS_STDINT_H
-DHAS_STRIN
G_H -DHAS_ASM_IOCTL_H -DHAS_SYS_STROPTS_H -DHAS_TIME_H
-DHAS_SYS_WAIT_H -DUNIXHO
ST -DTHREAD -D_PTHREADS -D_REENTRANT -D_POSIX_C_SOURCE=199506L -pipe
-D_G_NO_EX
TERN_TEMPLATES -funroll-loops -finline-limit=2750 -pipe -ansi
-pedantic -Wimplic
it -Wconversion -Wsign-compare -Wno-long-long -Wreorder
-Woverloaded-virtual -Ws
ign-promo -DIN_IS_LIBRARY -DDPC_DEBUG -DINTERNAL_UNDEFINED_RELEASE
-DX86 -DLINUX
-D_BSD_SOURCE -D_XOPEN_SOURCE -I../.././include
-I../.././include/libinc -I..
/.././include/localinc -DXMSTRINGDEFINES SharedPool.c -o
SharedPool.sh