This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Synchronization cost regression
>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
Loren> To directly answer Hans' original question, AFAIK, there is now
Loren> no way to force the compiler to inline something by source
Loren> annotations. You must crank up the max-inline-insns parameter
Loren> on the command line.
Hans, could you try rebuilding libgcj with a larger value and see if
that helps? If it does, tell me the value you used and I will fix the
Makefile to use it.
Tom