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]

Re: gcj performance on Solaris 2.6




On Thu, 26 Jul 2001, Andrew Haley wrote:
> I thought hotspot only optimized if you called th same function many
> times.  That's not happening here.

I don't know about hotspot, but for ExactVM (thanks to Kresten for the
other name I forgot) I tried ten iterations of runSieve from main.  It
didn't make a significant difference.

I'm not too surprised that gcj can win this benchmark since the main
loops contains no method calls. On many benchmarks I've tried, gcj is
slightly handicapped by dynamic linking alone.

Jeff


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