From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26213 invoked by alias); 19 Jan 2004 23:30: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 26174 invoked from network); 19 Jan 2004 23:30:29 -0000 Received: from unknown (HELO boden.synopsys.com) (198.182.44.79) by sources.redhat.com with SMTP; 19 Jan 2004 23:30:29 -0000 Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by boden.synopsys.com (Postfix) with ESMTP id CF6B5DBCE; Mon, 19 Jan 2004 15:30:27 -0800 (PST) Received: from piper.synopsys.com (localhost [127.0.0.1]) by mother.synopsys.com (8.9.1/8.9.1) with ESMTP id PAA05498; Mon, 19 Jan 2004 15:30:28 -0800 (PST) Received: (from jbuck@localhost) by piper.synopsys.com (8.11.6/8.11.6) id i0JNUQn21763; Mon, 19 Jan 2004 15:30:26 -0800 X-Authentication-Warning: piper.synopsys.com: jbuck set sender to Joe.Buck@synopsys.com using -f Date: Mon, 19 Jan 2004 23:30:00 -0000 From: Joe Buck To: Richard Kenner Cc: s.bosscher@student.tudelft.nl, gcc@gcc.gnu.org Subject: Re: [RFC] Contributing tree-ssa to mainline Message-ID: <20040119153026.A21678@synopsys.com> References: <10401170324.AA15949@vlsi1.ultra.nyu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <10401170324.AA15949@vlsi1.ultra.nyu.edu>; from kenner@vlsi1.ultra.nyu.edu on Fri, Jan 16, 2004 at 10:24:08PM -0500 X-SW-Source: 2004-01/txt/msg01405.txt.bz2 On Fri, Jan 16, 2004 at 10:24:08PM -0500, Richard Kenner wrote: > Expecting tree-ssa to produce code better by a factor of two is simply > unreasonable. > > In general, of course. But if it is really allowing new classes of > optimizations to be performed (which was the argument to justify the new > infrastructure), it should be possible to construct test cases that show > that sort of performance improvement (factors of two or more). There are certain cases where tree-ssa *already* produces better code by a factor of two or more. See, for example PR 12747.