From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6578 invoked by alias); 27 Jul 2005 00:21:00 -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 6541 invoked by uid 22791); 27 Jul 2005 00:20:50 -0000 Received: from h-68-164-203-246.nycmny83.covad.net (HELO dberlin.org) (68.164.203.246) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 27 Jul 2005 00:20:50 +0000 Received: from [127.0.0.1] (HELO localhost) by dberlin.org (CommuniGate Pro SMTP 4.3.4) with ESMTP id 8239698; Tue, 26 Jul 2005 20:20:48 -0400 Subject: Re: Annotations in tree From: Daniel Berlin To: drizzle drizzle Cc: gcc@gcc.gnu.org In-Reply-To: <7326d8e4050726170847cdd151@mail.gmail.com> References: <7326d8e405072613213c282bd7@mail.gmail.com> <20050726203123.GA4355@topo.toronto.redhat.com> <7326d8e4050726153954b9a5f0@mail.gmail.com> <1122419430.7683.21.camel@linux.site> <7326d8e40507261642df6bf5e@mail.gmail.com> <1122422033.7683.25.camel@linux.site> <7326d8e4050726170847cdd151@mail.gmail.com> Content-Type: text/plain Date: Wed, 27 Jul 2005 00:21:00 -0000 Message-Id: <1122423648.7683.27.camel@linux.site> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-07/txt/msg01117.txt.bz2 On Tue, 2005-07-26 at 20:08 -0400, drizzle drizzle wrote: > tree level is fine too, it was just that the RTL level already had a > host of counters being inserted. One implementation question if I may > ask, so at the tree level how do I create a call to my function. build_function_call_expr. Look at what tree-profile.c does. > I > know how to insert it into the tree but some how all my creations > attempts with build_function_call fail. > > thanks once again ... > > On 7/26/05, Daniel Berlin wrote: > > On Tue, 2005-07-26 at 19:42 -0400, drizzle drizzle wrote: > > > What doesnt exist very long - the references ? > > > > By RTL, they've been expanded to pointer accesses. > > > > > At RTL level, I just want to insert a counter for each one of > > > these. > > Why do it at the rtl level. > > Why not do it at the tree level? > > > > > >