From owner-cvs-all Tue May 8 13:30:14 2001 Delivered-To: cvs-all@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id D89C337B422; Tue, 8 May 2001 13:30:06 -0700 (PDT) (envelope-from mi@misha.privatelabs.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id PAA22919; Tue, 8 May 2001 15:50:48 -0400 Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.1/8.11.1) with ESMTP id f48KTtC38076; Tue, 8 May 2001 16:29:56 -0400 (EDT) (envelope-from mi@misha.privatelabs.com) Message-Id: <200105082029.f48KTtC38076@misha.privatelabs.com> Date: Tue, 8 May 2001 16:29:54 -0400 (EDT) From: Mikhail Teterin Subject: Re: port policies To: eric@FreeBSD.ORG Cc: mi@aldan.algebra.com, knu@iDaemons.org, will@physics.purdue.edu, sobomax@FreeBSD.ORG, kris@obsecurity.org, kris@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20010508122714.B48723@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 8 May, Eric Melville wrote: >> All/most optimizations are done to work better in the _average_ case, >> while still working acceptably in the worst cases. It remains my >> believe, that -j2 on a single-CPU machine will _always_ work, and >> on _average_ will work better. I'll be interested in seeing a >> counter-example, but I must ask for NOT mentioning Redmond in any >> rebbutals. Note, that simply working slower with -j2 does not >> qualify. > > Don't do things that the user didn't ask to be done. > > If the user wants more excitment, we provide facilities that make it > easy to do so. The user did not ask for ``-O -pipe'' in the CFLAGS either. -pipe, consumes more memory, while -O makes compiling longer. Should the default CFLAGS be empty too? By your logic, they should... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message