From owner-freebsd-current@FreeBSD.ORG Fri May 25 23:06:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95B3D16A421 for ; Fri, 25 May 2007 23:06:22 +0000 (UTC) (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 637E913C46C for ; Fri, 25 May 2007 23:06:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l4PN55Vi048530; Fri, 25 May 2007 16:05:05 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4PN55FH048529; Fri, 25 May 2007 16:05:05 -0700 (PDT) (envelope-from sgk) Date: Fri, 25 May 2007 16:05:05 -0700 From: Steve Kargl To: Michiel Boland Message-ID: <20070525230505.GA48506@troutmask.apl.washington.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Re: gcc memory consumption: amd64 v 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: Fri, 25 May 2007 23:06:22 -0000 On Fri, May 25, 2007 at 09:48:29PM +0200, Michiel Boland wrote: > > I compiled this file with several optimization levels, and then got the > following > > no optimization -O > amd64 164M 445M > i386 142M 247M > > I was wondering if anyone can make any sense out of this. > How many registers do i386 and amd64 hardware have? -- Steve