This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: gcj Linpack performance



[Note that you could add java-project@gcc.gnu.org when debating of
 java related issues, that'll let you reach our Java audience.]

Florian Schintke <schintke@zib.de> writes:

> I just tested the performace of gcj 3.0 with the Linpack benchmark
> http://www.netlib.org/benchmark/linpackjava/Linpack.java and got the
> following results:

I guess you had to modify the source code a bit.

> Why is gcj not as fast as IBMs JIT compiler?  Maybe this info helps
> you to look how to improve the performance.

There are a lot of reasons (and to summarize: we haven't really done a
lot of optimization work) but given the structure of the Linpack
source code (prior to modification to let it run with gcj, I guess)
sub-optimal inlining seems to be a likely culprit.

Could you please post the code you've been working with (if it's
allowed -- it seems so)

./A



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