RFC: Disable RTL inlininer for Java?
David S. Miller
davem@redhat.com
Thu May 30 04:06:00 GMT 2002
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.
More information about the Java
mailing list