From owner-freebsd-current Mon Oct 14 00:04:11 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04683 for current-outgoing; Mon, 14 Oct 1996 00:04:11 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA04676 for ; Mon, 14 Oct 1996 00:04:05 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id QAA21439; Mon, 14 Oct 1996 16:58:48 +1000 Date: Mon, 14 Oct 1996 16:58:48 +1000 From: Bruce Evans Message-Id: <199610140658.QAA21439@godzilla.zeta.org.au> To: freebsd-current@freebsd.org, peter@spinner.DIALix.COM Subject: Re: make -j# Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >COPTFLAGS= -O -pipe >.. I find that a simple 'make' is faster than any setting of -j# .. > >This is probably more dependent on the machine in question than anything, >including things like cache speed, ram speed, disk speed and architecture >(ie: scsi vs. ide etc). -j3 added to -pipe slows things down slightly on a 32MB system with a slow disk here. System time is > 20% larger. The slowdown is larger for `make -j3 2>foo' because -jN botches stderr. Steve Price is fixing this. Bruce