This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Disable RTL inlininer for Java?
From: Steven Bosscher <s.bosscher@student.tudelft.nl>
Date: 30 May 2002 12:59:48 +0200
It would be a huge job to have GNAT and g77 use the tree inliner
because they don't build functions as trees.
Also, the tree inliner still depends on stuff from c-*.
Moving to trees is something the GNAT and g77 folks are going to need
to consider for reasons far from the scope of inlining. For example,
when GCC is able to optimize data access patterns, such an
optimization will undoubtedly be done using trees. We might also do
other optimizations at the tree level.