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
On Thu, Apr 18, 2002 at 10:13:09AM -0700, Joe Buck wrote:
> > 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 have only 320 MB ram and, hmm, 256 MB swap. (I'd better make some more
swap space available)
How do I run an individual test from the test suite?
> (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).
Sure sounds better. BTW, here's my cpuinfo, cpu speed isn't that great
either:
cpu : Texas Instruments, Inc. - SuperSparc 50
fpu : SuperSparc on-chip FPU
promlib : Version 3 Revision 2
prom : 2.25
type : sun4m
ncpus probed : 2
ncpus active : 2
Cpu0Bogo : 74.75
Cpu1Bogo : 74.95
MMU type : TI Viking/MXCC
invall : 0
invmm : 0
invrnge : 0
invpg : 0
contexts : 65536
CPU0 : online
CPU1 : online
nd while I'm at it, here's my current meminfo:
total: used: free: shared: buffers: cached:
Mem: 327741440 305364992 22376448 65769472 130011136 112168960
Swap: 268398592 0 268398592
MemTotal: 320060 kB
MemFree: 21852 kB
MemShared: 64228 kB
Buffers: 126964 kB
Cached: 109540 kB
SwapTotal: 262108 kB
SwapFree: 262108 kB
Cheers,
/ChJ