Date: Thu, 12 Oct 2006 12:40:34 -0400 From: Gary Palmer <gpalmer@freebsd.org> To: freebsd-stable@FreeBSD.ORG Subject: Re: Another whirl with FreeBSD Message-ID: <20061012164034.GA75799@in-addr.com> In-Reply-To: <20061012162003.GA56821@wafer.urgle.com> References: <452C8725.3070502@ant.uni-bremen.de> <200610111113.k9BBDRV3086345@lurza.secnetix.de> <20061012162003.GA56821@wafer.urgle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 12, 2006 at 05:20:03PM +0100, Mike Bristow wrote: > On Wed, Oct 11, 2006 at 01:13:27PM +0200, Oliver Fromme wrote: > > Heinrich Rebehn wrote: > > > > [i386 vs. amd64] > > > Overhead ?? Would this mean that the 64 bit version will run slower? > > > > It depends. Most applications will run somewhat faster, > > but there are cases where you might get a small slow-down. > [snip] > > Doesn't the increased number of registers available when running amd64 > really, really help when compared with the traditionally register-starved > i386? Except that you've made context switching more expensive as you have to save/restore more data/registers. Possibly function calls inside the code are also more expensive for the same reason. You also have to use natively compiled binaries and a compiler that can take advantage of the additional registers, and even then thats not a guarentee of increased performance. That will depend to a degree on the code being compiled. As with everything in life, there is a balance. For some applications 64bits are either required (due to memory addressing issues, for example) or offer some tangible benefit. Other applications suffer. YMMV. > I'm certainly of the opinion that plumping for amd64 over i386 is a sensible > default. > > -- > I don't play The Game - it's for five-year-olds with delusions of adulthood. > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061012164034.GA75799>