This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Java inliner
On Tue, 11 Jun 2002, Andrew Haley wrote:
> Joe Buck writes:
>
> > You could work with the ast-optimizer-branch folks and see if you can get
> > their stuff working well for Java. Then you'd be contributing to the
> > language-independent inliner as well as making Java better.
>
> I may do both.
>
Excellent. It's a matter of implementing
lang_hooks.simplify_function_tree. If you do that, you should be
able to use the C inliner with little/no modifications.
Diego.