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]

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.


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