This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Java inliner
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Andrew Haley <aph at cambridge dot redhat dot com>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Tue, 11 Jun 2002 10:21:47 -0400
- Subject: Re: RFC: Java inliner
On Tuesday, June 11, 2002, at 09:58 AM, Andrew Haley wrote:
We need a tree inliner for Java. We've already disabled RTL inlining.
tree-inline.c is rather C- and C++-centric, although I guess we'll get
a real languge independent AST inliner sometime.
In the meantime, I intend to work on a Java specific tree inliner.
Comments?
Get rid of the use of statement expressions in tree-inline, and i'll be your best friend.
Andrew.