From owner-freebsd-ports@FreeBSD.ORG Thu Apr 12 09:06:37 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C798316A402 for ; Thu, 12 Apr 2007 09:06:37 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id A588A13C46A for ; Thu, 12 Apr 2007 09:06:37 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l3C96bRR019402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Apr 2007 02:06:37 -0700 X-Auth-Received: from [192.168.10.45] (c-24-7-142-221.hsd1.ca.comcast.net [24.7.142.221]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l3C96X6H022552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 12 Apr 2007 02:06:36 -0700 Message-ID: <461DF6A3.9030201@u.washington.edu> Date: Thu, 12 Apr 2007 02:06:43 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <200704100452.40574.mail@maxlor.com> <1176227087.27233.8.camel@ikaros.oook.cz> <200704120543.53063.mail@maxlor.com> <1176363454.72184.2.camel@pav.hide.vol.cz> In-Reply-To: <1176363454.72184.2.camel@pav.hide.vol.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.4.12.15334 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: parallel builds revisited X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 09:06:37 -0000 Pav Lucistnik wrote: > Benjamin Lutz píše v čt 12. 04. 2007 v 05:43 +0200: > > >> Is there any detailed information available on what's planned here >> that >> isn't in your description on SoC page? >> > > I don't know if I can forward you the proposal text, they might not be > public. But it's basically copy&paste from the Ideas page. > > >>> USE_MAKE_JOBS= 2 >>> >> Yes, that's what I had in mind as a final goal too. Having a single file >> whitelist is useful though, since you don't have to patch hundreds of >> makefiles while the whole thing is being tested and developed. >> > > I came up with a preliminary patch, check it out at > http://people.freebsd.org/~pav/makejobs.diff > > >>> I have great interest in this development. This is a highly desirable >>> feature to have. >>> >> Me too. Could you keep me in the loop on how the SoC project progresses? >> Seeing how that's concentrating on inter-port-parallelism, I think I'll >> continue to work on intra-port-parallelism for a bit. >> > > That's likely to how its gonna turn out, yeah. The SoC proposal > concentrates on "inter-port". I dunno how you want to approach this, but gmake does recommend 2 jobs be run in parallel for HTT enabled chips, and 3 or 4 jobs for a dual core machines. -Garrett