This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]