This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Disable RTL inlininer for Java?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 03 Jun 2002 21:10:04 +1200
- Subject: Re: RFC: Disable RTL inlininer for Java?
- References: <3CF5C87D.5070309@waitaki.otago.ac.nz> <86g004ex3r.fsf@megacz.com>
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.