This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RFC: Java inliner
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: java at gcc dot gnu dot org
- Date: Tue, 11 Jun 2002 14:58:27 +0100
- Subject: RFC: Java inliner
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?
Andrew.