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: 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).


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