Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 2 Dec 2002 02:31:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 2 Dec 2002 02:31:50 -0500 Received: from are.twiddle.net ([64.81.246.98]:14996 "EHLO are.twiddle.net") by vger.kernel.org with ESMTP id ; Mon, 2 Dec 2002 02:31:49 -0500 Date: Sun, 1 Dec 2002 23:39:01 -0800 From: Richard Henderson To: "David S. Miller" Cc: Linus Torvalds , sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, anton@samba.org, ak@muc.de, davidm@hpl.hp.com, schwidefsky@de.ibm.com, ralf@gnu.org, willy@debian.org Subject: Re: [PATCH] Start of compat32.h (again) Message-ID: <20021201233901.B32203@twiddle.net> Mail-Followup-To: "David S. Miller" , Linus Torvalds , sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, anton@samba.org, ak@muc.de, davidm@hpl.hp.com, schwidefsky@de.ibm.com, ralf@gnu.org, willy@debian.org References: <1038804400.4411.4.camel@rth.ninka.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1038804400.4411.4.camel@rth.ninka.net>; from davem@redhat.com on Sun, Dec 01, 2002 at 08:46:40PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 17 On Sun, Dec 01, 2002 at 08:46:40PM -0800, David S. Miller wrote: > X86_64 on the other hand seems to run x86 binaries in a similar > fashion. I don't know how people currently doing this port intend > to do the useland, but I bet it would benefit from a mostly 32-bit > userland just like sparc64/ppc64 does, both in space and performance. Except that x86-64 binaries get to use 16 more registers, can use pc-relative addressing modes, and have a sane function calling convention. So things tend to run a bit faster in 64-bit mode. r~ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/