Subject: Re: questions from NetBSD sparc beginner
To: Michael Lorenz <macallan@netbsd.org>
From: Eduardo Horvath <eeh@NetBSD.org>
List: port-sparc
Date: 03/06/2007 21:17:54
On Tue, 6 Mar 2007, Michael Lorenz wrote:

> As long as you don't want to share binaries across all your machines there
> isn't much to consider. Some applications that benefit from having 64bit longs
> or sparc v9 instructions will take a (usually small) performance hit but that
> might be compensated by lower memory consumption to some degree.

It might be interesting to see the numbers with the latest gcc.  It used 
to be that there was a 10%-20% performance improvement running V9 binaries
over V8 binaries despite the larger memory use and increased cache 
footprint.  This could theoretically be improved even more if gcc were 
smart enough to use prefetch instructions and non-faulting loads.

Eduardo