From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 2 21:18:58 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A47216A404 for ; Mon, 2 Apr 2007 21:18:58 +0000 (UTC) (envelope-from evultrole@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id BAE6813C44B for ; Mon, 2 Apr 2007 21:18:57 +0000 (UTC) (envelope-from evultrole@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1433162ana for ; Mon, 02 Apr 2007 14:18:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=psXpPBQPuUWXVON9FMa+6/EL8q21Yu4uDbt929VkqeuvLpK3djtpzgqoXk2H36svQKTb6h8ydv8zUEohYFSPvhLftrhZM0doGhz0Dyd8hxHk0uBluM+A6xofrMsO6O2Xj1DAKv6i3iqEKw+pQq6ppbLce+LFF0uMiGwpmrtyTNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EwhZ1dOB196nHRhodHfU6SeqklwoYzDygvzgh7pDq+INw8Te5t+OeL8gigEBmioS35G4B+he43m0TSYAnDIKMS8DYHxZALHut3CJtY/R8Cu09+C4gH7y0RXbO9LSgIE+Ia1TEGgN7hZcC9Ah71Fh4xfqRXr6lCehFaMF6Kenggc= Received: by 10.100.94.3 with SMTP id r3mr3863502anb.1175548736802; Mon, 02 Apr 2007 14:18:56 -0700 (PDT) Received: by 10.100.164.4 with HTTP; Mon, 2 Apr 2007 14:18:56 -0700 (PDT) Message-ID: <340594530704021418tdbf2358sce77a8ecb054d584@mail.gmail.com> Date: Mon, 2 Apr 2007 14:18:56 -0700 From: "Steven Hillis" To: "Royce Williams" , freebsd-sparc64@freebsd.org In-Reply-To: <46100531.90604@alaska.net> MIME-Version: 1.0 References: <340594530702211416l1a9d03k8051fc5d685f841b@mail.gmail.com> <46100531.90604@alaska.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: freebsd-update/sparc64 and buildworld statistics X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 21:18:58 -0000 > > Sorry for the long pause on this thread - Thunderbird's thread display > was collapsed and I didn't see the additional posts. > > >> I'd still like to see what a quad Ultra 80 can do, though. :) Who has > > access to one of these? > > > > I have one of these under my foot right now. 4x450 4GB memory, 2xScsi > > drives. I went ahead a did a fresh install to get rid of all the weird > > Thanks very much! Were /usr and /usr/obj on different filesystems > and/or different disks? Yes, /usr and /usr/obj are on different disks, noatime and async set on usr/obj > Standard "/usr/bin/time -h make -j5 buildworld" was somewhere around 1h45m > > (sorry, I didn't write it down the first time), so that's probably the > best > > you'll get. > > 1h45m is terrific compared to some of the others, but I can't say that > I have a stastically significant sample yet, by any means. > > > > However, after enabling ccache, while the first run was roughly the same > > (couple minutes longer), the second run (after caching) gave these > results: > > > > 49m14.74s real 1h28m39.70s user 1h4m8.45s sys > > Added to my worldstone statistics: > > http://www.alaska.net/~royce/freebsd/sparc64/worldstone/ > > > > > So, that sort of breaks the 1 hour limit? I can't imagine there will > enough > > source changes between updates to add 10 minutes to the compile time, > but I > > hear people have had some trouble with ccache and buildworld so whether > it > > solves the problem or not seems sort of up in the air. > > I've written Colin to ask his opinion. Can anyone else comment on the > ccache/world interaction problem? This thread seems to indicate that > some issues have been resolved: > > http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061839.html I've certainly had far less problems with ccache than trying to use the noclean options. To date I haven't had any issues using it (on 4 different architectures), I think it is just when you try to customize things after the first build that people have headaches... which makes no sense given that it works off of the preprocessor, so any changes should show up as different... but that's the only time I've had a problem with it... > dmesg, if you care: > > real memory = 4294967296 (4096 MB) > > What branch were you tracking? I try to note that in both the dmesg > and worldstone info. In the meantime, I've added your dmesg to the > archive as u80_unknown_unknown. At the time it was simply the most up to date 6.2 branch, guess I missed that part in the copy/paste... I have nothing better to do later, so I'll see how the time on current goes as well