From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24197 invoked by alias); 19 Feb 2011 18:14:02 -0000 Received: (qmail 24172 invoked by uid 22791); 19 Feb 2011 18:14:01 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_IB X-Spam-Check-By: sourceware.org Received: from mail-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Feb 2011 18:13:57 +0000 Received: by qyk35 with SMTP id 35so367056qyk.20 for ; Sat, 19 Feb 2011 10:13:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.54.6 with SMTP id o6mr1760358qag.49.1298139234940; Sat, 19 Feb 2011 10:13:54 -0800 (PST) Received: by 10.224.61.18 with HTTP; Sat, 19 Feb 2011 10:13:54 -0800 (PST) In-Reply-To: References: Date: Sat, 19 Feb 2011 22:01:00 -0000 Message-ID: Subject: Re: x32 psABI status update From: "H.J. Lu" To: GCC Development , Binutils , GNU C Library , x32-abi@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00381.txt.bz2 On Fri, Feb 18, 2011 at 8:28 PM, H.J. Lu wrote: > On Wed, Feb 16, 2011 at 9:45 PM, H.J. Lu wrote: >> On Wed, Feb 16, 2011 at 11:22 AM, H.J. Lu wrote: >>> Hi, >>> >>> I updated =A0x32 psABI draft to version 0.2 to change x32 library path >>> from lib32 to libx32 since lib32 is used for ia32 libraries on Debian, >>> Ubuntu and other derivative distributions. The new x32 psABI is >>> available from: >>> >>> https://sites.google.com/site/x32abi/home >>> >> >> Initial kernel, glibc and gcc port for x32 psABI draft version 0.2 =A0is= done: >> >> 1. Kernel should be very stable. =A0Fedora 14 kernel patch is also avail= able. >> 2. Need to fix GCC run-time libraries. >> 3. Need to fix glibc tests. >> >> Please check them out and provide feed backs. > > I updated x32 website: > > https://sites.google.com/site/x32abi/ > > with "get started" instructions. > I update the x32 website https://sites.google.com/site/x32abi/ with data on mcf in SPEC CPU 2K: * 181.mcf from SPEC CPU 2000: o Intel Core i7 + ~32% faster than x86-64. + ~1% slower than ia32. + Sizes in bytes: text data bss dec hex filename 12155 336 7036 19527 4c47 mcf.32 12421 664 13568 26653 681d mcf.64 11583 412 7040 19035 4a5b mcf.x32 o Intel Atom + ~28% faster than x86-64. + ~0.5% slower than ia32. + Sizes in bytes: text data bss dec hex filename 12059 336 7036 19431 4be7 mcf.32 12341 664 13568 26573 67cd mcf.64 11411 412 7040 18863 49af mcf.x32 --=20 H.J.