Subject: Re: Is gcc slow? Or is our gcc slow?
To: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
From: Andrew Gillham <gillhaa@ghost.whirlpool.com>
List: current-users
Date: 04/09/1996 10:06:50
> 
> (Actually, that won't really work, because, for some INCREDIBLY
> BONE-HEADED REASON, gcc puts its temporary files in /var/tmp...
> However, other things i've proposed, e.g. my /etc/mk.conf PR, would
> allow you to easily add -pipe to your system compiler flags, if you
> want it...)
> 
> 
> cgd

I usually do "make build CC='cc -pipe' on machines that can handle
it.  In case anyone is interested, the "make build" I ran yesterday
looked like this:

box# time make build >& make.build.out
5606.9u 2563.7s 2:47:25.51 81.3% 0+0k 53101+172393io 0pf+0w

I'll run it again today with -pipe and let everybody know the
results.
The box:
	HP NetServer 5/133 LC
	64MB
	Adaptec AIC7770 EISA
	HP label 1GB (Seagate Hawk I believe)
	SMC EtherPower 10/100 PCI (no NFS mounts though)


-Andrew