From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS71O-0004rG-Mz for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:43:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS71M-0004r4-QD for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:43:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS71M-0004r1-LA for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:43:12 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JS71M-0001gD-Fl for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:43:12 -0500 Received: from rv-out-0910.google.com ([209.85.198.186]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS71K-0002C2-QM for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:43:11 -0500 Received: by rv-out-0910.google.com with SMTP id g11so6449627rvb.22 for ; Thu, 21 Feb 2008 00:43:08 -0800 (PST) Message-ID: <761ea48b0802210043k372471c9q9ad9caf7f4982869@mail.gmail.com> Date: Thu, 21 Feb 2008 09:43:08 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64bit In-Reply-To: <47BD32C8.2000705@datanet.ab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080219160909.GA8699@gh.bbcons.de> <0AEA348F28904FDD9A47D3E704F4D8D2@intranet> <47BD32C8.2000705@datanet.ab.ca> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 2/21/08, Andrew Warkentin wrote: > Why does it matter if it is 64-bit or not? Most programs at the moment > don't benefit from being compiled 64-bit. I don't get the obsession with > 64-bitness that most Linux and BSD people seem to have. I have programs that run significantly faster when targetting x86_64 (Othello back-end solver, various prime sieves, interpreted simulator, MAME [cf. http://aarongiles.com/pix/benchmarks.png])., where significantly means >10%. I agree I can't qualify my list as "most programs", but on the other hand I have yet to see one of my programs running slower as x86_64 bit mode (though I guess some programs with heavy usage of pointers could be in trouble). Did anyone compare qemu ia32 vs x86_64? Laurent