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: Disable RTL inlininer for Java?


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.



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