From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11684 invoked by alias); 22 Jan 2004 15:21:23 -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 11676 invoked from network); 22 Jan 2004 15:21:23 -0000 Received: from unknown (HELO smtp3.libero.it) (193.70.192.127) by sources.redhat.com with SMTP; 22 Jan 2004 15:21:23 -0000 Received: from bagio (151.41.185.98) by smtp3.libero.it (7.0.020-DD01) id 3F6F04A6022D2275; Thu, 22 Jan 2004 16:21:22 +0100 Message-ID: <0bd601c3e0fb$6291a0b0$62b92997@bagio> From: "Giovanni Bajo" To: "Richard Guenther" Cc: , "Mark Mitchell" , "Jan Hubicka" References: <0b3901c3e0e9$676eeaf0$62b92997@bagio> Subject: Re: cache uses_template_parms in tree node? Date: Thu, 22 Jan 2004 15:32:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg01761.txt.bz2 Richard Guenther wrote: > For a POOMA testcase, a compile with a instrumented compiler yields > the following gprof callgraph for uses_template_parms: Thanks! I'm looking into this. Giovanni Bajo