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: Help with performance issues.



Tom Tromey writes:

> There's no reason to do class initialization here.  The very fact
> that we're calling from a static method in the same class implies
> that the class is already initialized.

That patch I just posted should help. I'm reading ~98200 ms on a
PIII/450. gcc 3.0 is ~178000 but don't have a regular egcs around
anymore, nor jdk1.3.

./A


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