From owner-freebsd-current@FreeBSD.ORG Sat Oct 29 20:34:38 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D95216A420 for ; Sat, 29 Oct 2005 20:34:38 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1175C43D53 for ; Sat, 29 Oct 2005 20:34:36 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j9TKYaKW012266; Sat, 29 Oct 2005 13:34:36 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j9TKYaqF012265; Sat, 29 Oct 2005 13:34:36 -0700 (PDT) (envelope-from sgk) Date: Sat, 29 Oct 2005 13:34:36 -0700 From: Steve Kargl To: Kris Kennaway Message-ID: <20051029203436.GA12221@troutmask.apl.washington.edu> References: <4363A1B2.30603.18FC1576@localhost> <20051029202821.GA50470@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051029202821.GA50470@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org, Dan Langille Subject: Re: amd64 6% slower than i386? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 20:34:38 -0000 On Sat, Oct 29, 2005 at 04:28:21PM -0400, Kris Kennaway wrote: > On Sat, Oct 29, 2005 at 04:22:10PM -0400, Dan Langille wrote: > > Build world is consistly 6% slower running an amd64 world than an > > i386 world. > > > > In both cases, I'm using the default install of 6.0 RC-1 on the same > > AMD 64 3000+ with 1GB of RAM. I'm finding that build world takes 48 > > minutes under i386 and 51 minutes under amd64. > > > > Is this expected? > > You're comparing two different things (different compilers, some > amount of different code being compiled), so you shouldn't expect them > to be the same. > He also may be building lib32 on amd64. -- Steve