This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: input line is too long
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>> Another bizar thing: Jikes compiles sources about a 100 times faster than
>> GCJ. Admitted that GCJ does a bit more work, but not a hundred times!
Andrew> I'm surprised at that if the difference is jikes versus gcj -C.
I think I compared jikes and gcj -C a year or so ago.
As I recall they were comparable in performance.
This was nothing scientific, just compiling some random library with
both compilers and `time'.
Tom