This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Java inliner
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: aph at cambridge dot redhat dot com (Andrew Haley)
- Cc: fjh at cs dot mu dot OZ dot AU (Fergus Henderson), gcc at gcc dot gnu dot org,java at gcc dot gnu dot org
- Date: Tue, 11 Jun 2002 09:31:09 -0700 (PDT)
- Subject: Re: RFC: Java inliner
On 11-Jun-2002, Andrew Haley <aph@cambridge.redhat.com> 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.