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]
Other format: [Raw text]

Re: about non-compatible optimization (was: Re: patch to bring java vtables closer to g++ abi conformance)


>>>>> ">" == shudo  <shudo@computer.org> writes:

>> Some JIT compilers do code patching to suppress the
>> second and later invocation of a class initilizer check.
>> How do you think about it?

Andrew Haley posted some notes on this a day or two ago.

It's clear that _Jv_InitClass calls are a problem for us (how big a
problem and what its priority should be, I don't know).  My opinion is
that we should pick the solution with the best performance :-).  This
means experimenting with a few methods.

Tom


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