From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25817 invoked by alias); 11 Jun 2002 16:31:15 -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 25694 invoked from network); 11 Jun 2002 16:31:10 -0000 Received: from unknown (HELO kiruna.synopsys.com) (204.176.20.18) by sources.redhat.com with SMTP; 11 Jun 2002 16:31:10 -0000 Received: from maiden.synopsys.com (maiden.synopsys.com [146.225.100.170]) by kiruna.synopsys.com (Postfix) with ESMTP id 6294BF63F; Tue, 11 Jun 2002 09:31:10 -0700 (PDT) Received: from atrus.synopsys.com (localhost [127.0.0.1]) by maiden.synopsys.com (8.9.1/8.9.1) with ESMTP id JAA08357; Tue, 11 Jun 2002 09:31:36 -0700 (PDT) From: Joe Buck Received: (from jbuck@localhost) by atrus.synopsys.com (8.9.3+Sun/8.9.1) id JAA01942; Tue, 11 Jun 2002 09:31:09 -0700 (PDT) Message-Id: <200206111631.JAA01942@atrus.synopsys.com> Subject: Re: RFC: Java inliner To: aph@cambridge.redhat.com (Andrew Haley) Date: Tue, 11 Jun 2002 09:49:00 -0000 Cc: fjh@cs.mu.OZ.AU (Fergus Henderson), gcc@gcc.gnu.org, java@gcc.gnu.org In-Reply-To: <15622.7006.527089.49464@cuddles.cambridge.redhat.com> from "Andrew Haley" at Jun 11, 2002 04:46:38 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00730.txt.bz2 On 11-Jun-2002, Andrew Haley wrote: > > > I intend to work on a Java specific tree inliner. > > > > > > Comments? Fergus Henderson writes: > > I doubt we'll get a real language-independent AST inliner soon > > if everyone who could benefit from it decides that it will be easier > > for them to build their own language-specific tree inliner instead ;-) Andrew writes: > I take your point! > > However, at the moment Java doesn't have an inliner of any kind, so... 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.