RFC: Disable RTL inlininer for Java?

Bryce McKinlay bryce@waitaki.otago.ac.nz
Mon Jun 3 02:11:00 GMT 2002


Adam Megacz wrote:

>I'm being a bit selfish here -- XWT makes a lot of these calls in very
>tight, performance-critical rendering loops. I depend on HotSpot or
>GCJ to inline it, and I actually manually inline my bytecodes with
>'javago' when deploying to the MSJVM (it makes a huge difference in
>performance).
>
>Failing that, could you simply make -fno-inline the default, and add
>something like -fdo-inline for those of us who are willing to risk
>crashy code to get the performance boost?
>  
>

I'll make sure there is still a way to enable it from the command line.

regards

Bryce.




More information about the Java mailing list