From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20714 invoked by alias); 30 Jun 2005 22:23:42 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 20683 invoked by uid 22791); 30 Jun 2005 22:23:39 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 30 Jun 2005 22:23:39 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j5UMNaR0024658; Thu, 30 Jun 2005 18:23:36 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j5UMNVu18992; Thu, 30 Jun 2005 18:23:31 -0400 Received: from redhat.com (torque.toronto.redhat.com [172.16.14.46]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j5UMNV1M017770; Thu, 30 Jun 2005 18:23:31 -0400 Message-ID: <42C470EB.7000506@redhat.com> Date: Thu, 30 Jun 2005 22:23:00 -0000 From: Vladimir Makarov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 MIME-Version: 1.0 To: James E Wilson CC: Daniel Berlin , Marc Gonzalez-Sigler , gcc@gcc.gnu.org Subject: Re: Pro64-based GPLed compiler References: <42C2C231.6040508@inria.fr> <42C2E1DD.9090508@redhat.com> <1120094349.8950.15.camel@linux-009002219098> <42C4683C.3080909@specifixinc.com> In-Reply-To: <42C4683C.3080909@specifixinc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg01338.txt.bz2 James E Wilson wrote: > Daniel Berlin wrote: > >> A bunch of random code #ifdef KEY'd > > > FYI Pathscale was formerly known as Key Research. So the KEY probably > wouldn't mean anything special here, it is likely just a marker for > local changes. I heard a lot of this compiler and expected a better results for it. Using -O2 -mtune=nocona for gcc4 and -O2 -mtune=em64t for open64 on em64t machine in 32-bit mode, I found preliminarily that pathscale compiler generates about 10% worse and 30% larger code (text segment) for SPECInt2000. It is also 70% slower than gcc4. I just hope results for 64-bit mode, amd machine, or SPECFP2000 are better. Vlad