From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21470 invoked by alias); 13 Mar 2004 15:37:35 -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 21452 invoked from network); 13 Mar 2004 15:37:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Mar 2004 15:37:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2DFbY07029461; Sat, 13 Mar 2004 10:37:34 -0500 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 i2DFbYS10793; Sat, 13 Mar 2004 10:37:34 -0500 Received: from [10.0.0.106] (dnovillo.cipe.redhat.com [10.0.0.106]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i2DFbWXd025389; Sat, 13 Mar 2004 10:37:32 -0500 Subject: Re: [tree-ssa] Merge status From: Diego Novillo To: Richard Guenther Cc: Paolo Bonzini , GCC Development In-Reply-To: <40532322.3080600@tat.physik.uni-tuebingen.de> References: <000e01c4090b$4b9f5540$5adf1d97@philo> <40532322.3080600@tat.physik.uni-tuebingen.de> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1079192233.3173.324.camel@localhost.localdomain> Mime-Version: 1.0 Date: Sat, 13 Mar 2004 15:37:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00608.txt.bz2 On Sat, 2004-03-13 at 10:05, Richard Guenther wrote: > I once did experiments removing all gcse passes (-fno-gcse -fno-gcse-lm > -fno-gcse-sm) and got no changes in resulting performance for the POOMA > based applications. > Compile or run time performance? Diego.