This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Pretty good gcc-3.1 on sparc32-linux
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: christian at j-son dot org (Christian Jönsson)
- Cc: gcc at gcc dot gnu dot org (Gcc)
- Date: Thu, 18 Apr 2002 10:13:09 -0700 (PDT)
- Subject: Re: Pretty good gcc-3.1 on sparc32-linux
> Looking at http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg00670.html
> I'd say things start to look pretty good for sparc32/linux.
>
> Now, what could be lurking behind the time outs I get in the gcc test
> 20001226-1? Optimisation perhaps takes too long time to do or somehow
> gets stuck...
Have you checked memory usage? If virtual memory greatly exceeds your
physical memory, you might spend lots of time paging.
(I suggest that because that test passes on Solaris for me, but the server
I used has 8 Gb so such issues wouldn't show up).