svn commit: r228143 - in head: . share/mk tools/build/options

John Baldwin jhb at freebsd.org
Tue Dec 20 14:09:01 UTC 2011


On Tuesday, December 20, 2011 5:05:49 am David Chisnall wrote:
> On 20 Dec 2011, at 06:20, Bruce Evans wrote:
> 
> > Don't be silly.  Building profiled libraries takes as much as 1 minute.
> > Many would not want to wait that long (if they noticed how long it takes).
> > This is not 1994 when building of profiling libraries was left in because
> > it only took an extra hour or or so.
> 
> One of the platforms I use has an 800MHz ARM processor.  Building LLVM (even 
a release build with asserts disabled and with all of the cross-compile 
targets disabled) is an overnight job.  On my main laptop, a release build of 
LLVM takes about 5 minutes.
> 
> Please don't assume that just because fast computers exist that they are the 
only things people are using.  A lot of the more interesting platforms these 
days are significantly slower.

And I doubt you do a build with a stock /etc/src.conf on such hardware either.
The defaults for src.conf should be for the common case, and in the common 
case profiled library builds are in the noise.  I do add WITHOUT_PROFILE to 
many of my machines in /etc/src.conf, but I still think they should be enabled 
by default.

-- 
John Baldwin


More information about the svn-src-head mailing list