From owner-svn-src-all@FreeBSD.ORG Tue Dec 20 10:06:40 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 675791065670; Tue, 20 Dec 2011 10:06:40 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theravensnest.org [109.169.23.128]) by mx1.freebsd.org (Postfix) with ESMTP id ED2EB8FC17; Tue, 20 Dec 2011 10:06:39 +0000 (UTC) Received: from [192.168.0.2] (cpc2-cwma5-0-0-cust875.7-3.cable.virginmedia.com [86.11.39.108]) (authenticated bits=0) by theravensnest.org (8.14.4/8.14.4) with ESMTP id pBKA5qeJ021533 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 20 Dec 2011 10:05:52 GMT (envelope-from theraven@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: David Chisnall In-Reply-To: <20111220171740.X1005@besplex.bde.org> Date: Tue, 20 Dec 2011 10:05:49 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <8CCE4DDE-B203-42FF-A2FA-9106403DE077@FreeBSD.org> References: <201111291946.pATJkHMs064094@svn.freebsd.org> <4ED544E1.3050307@t-hosting.hu> <4ED545A9.8000304@FreeBSD.org> <0CAA5754-4FAC-4B87-92B7-439B109473C0@bsdimp.com> <20111220171740.X1005@besplex.bde.org> To: Bruce Evans X-Mailer: Apple Mail (2.1251.1) Cc: Doug Barton , Garrett Cooper , Max Khon , svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, =?iso-8859-1?Q?G=E1bor_K=F6vesd=E1n?= , svn-src-head@FreeBSD.org, Warner Losh Subject: Re: svn commit: r228143 - in head: . share/mk tools/build/options X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 10:06:40 -0000 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. David=