From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 20 10:37:36 2013 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C5A3166 for ; Thu, 20 Jun 2013 10:37:36 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 370E81B9C for ; Thu, 20 Jun 2013 10:37:35 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.6/8.14.6/ALCHEMY.FRANKEN.DE) with ESMTP id r5KAbRq6086753; Thu, 20 Jun 2013 12:37:27 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.6/8.14.6/Submit) id r5KAbRao086752; Thu, 20 Jun 2013 12:37:27 +0200 (CEST) (envelope-from marius) Date: Thu, 20 Jun 2013 12:37:27 +0200 From: Marius Strobl To: mexas@bristol.ac.uk Subject: Re: buildworld times have grown over the last 2-4 years Message-ID: <20130620103727.GA86397@alchemy.franken.de> References: <201306200755.r5K7tEbk088581@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201306200755.r5K7tEbk088581@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-sparc64@freebsd.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 10:37:36 -0000 On Thu, Jun 20, 2013 at 08:55:14AM +0100, Anton Shterenlikht wrote: > Here are the buildworld times I recorded few years ago, > perhaps 2-4 years ago: > > CPU nCPUs freq RAM options machine time walltime details > US-IIIi 1 1.5GHz 2GB -j4 world 11002.412u 1884.324s 3:37:06.62 98.9% 41213+7043k 20109+243707io 11158pf+0w > US-IIIi 1 1.5GHz 2GB -j3 world 12912.094u 2300.253s 4:18:20.86 98.1% 41265+6978k 14935+284277io 11922pf+0w > US-IIIi 1 1.5GHz 5GB -j4 world 13261.202u 2353.236s 4:25:47.90 97.9% 41275+6963k 22471+284966io 12870pf+0w > US-IIIi 1 1.5GHz 5GB -j5 world 13273.154u 2339.206s 4:34:01.17 94.9% 41334+6971k 25581+284635io 12941pf+0w > > This week on the same single processor box > with 2GB RAM with -j4 it took 5h55m. > > All times are for full buildworld, i.e. > no src.conf at all. > > Has the src tree grown that much? > Yes, there's constant growth; atf, clang (at least tblgen is always built, even if clang is not usable on a particular architecture), compiler-rt (in addition to still building some bits of libgcc, as it's not a full replacement of the latter, yet), libyaml, svn (plus dependencies like apr, serf, sqlite3), just to name some stuff that has been added in the last 3 years. Marius