From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRbu9-0007qd-Ef for qemu-devel@nongnu.org; Mon, 26 Jan 2009 19:34:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRbu7-0007qR-2n for qemu-devel@nongnu.org; Mon, 26 Jan 2009 19:34:12 -0500 Received: from [199.232.76.173] (port=46792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRbu6-0007qO-T0 for qemu-devel@nongnu.org; Mon, 26 Jan 2009 19:34:10 -0500 Received: from mx20.gnu.org ([199.232.41.8]:62253) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRbu6-0006TW-MT for qemu-devel@nongnu.org; Mon, 26 Jan 2009 19:34:10 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRbu5-0007bt-84 for qemu-devel@nongnu.org; Mon, 26 Jan 2009 19:34:09 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Enabled building of x86_64 code on Mac OS X Date: Tue, 27 Jan 2009 00:34:03 +0000 References: <1232826287-18542-1-git-send-email-agraf@suse.de> <497DD950.2080908@us.ibm.com> In-Reply-To: <497DD950.2080908@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901270034.04844.paul@codesourcery.com> 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 Cc: Anthony Liguori > Out of curiousity, what are the benefits of using 64-bit apps in OS X? My guess is that same as most other x86 targets: The i386 legacy mode is crippled by lack of registers, modern x86 hardware has a big fat wide memory bus, and noone's bothered implementing an ILP32 64-bit API[1], so 64-bit apps give measurably better overall performance. Paul [1] ILP32 APIs for 64-bit x86 do exist, but the architecture is missing a couple of features so they're a bit hairy, and AFAIK not supported by any mainstream operating systems.