From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32625 invoked by alias); 11 Jun 2002 18:24:29 -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 32555 invoked from network); 11 Jun 2002 18:24:23 -0000 Received: from unknown (HELO tornado.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 11 Jun 2002 18:24:23 -0000 Received: (from dnovillo@localhost) by tornado.toronto.redhat.com (8.11.6/8.11.6) id g5BIO6s25692; Tue, 11 Jun 2002 14:24:06 -0400 Date: Tue, 11 Jun 2002 11:29:00 -0000 From: Diego Novillo To: Andrew Haley Cc: Joe Buck , Fergus Henderson , gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: RFC: Java inliner Message-ID: <20020611182406.GA25613@tornado.toronto.redhat.com> References: <15622.7006.527089.49464@cuddles.cambridge.redhat.com> <200206111631.JAA01942@atrus.synopsys.com> <15622.11283.745983.577716@cuddles.cambridge.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <15622.11283.745983.577716@cuddles.cambridge.redhat.com> User-Agent: Mutt/1.3.28i Organization: Red Hat Canada X-SW-Source: 2002-06/txt/msg00734.txt.bz2 On Tue, 11 Jun 2002, Andrew Haley wrote: > Joe Buck writes: > > > You could work with the ast-optimizer-branch folks and see if you can get > > their stuff working well for Java. Then you'd be contributing to the > > language-independent inliner as well as making Java better. > > I may do both. > Excellent. It's a matter of implementing lang_hooks.simplify_function_tree. If you do that, you should be able to use the C inliner with little/no modifications. Diego.