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: JNI without Jni_Lookup() ?


Bryce> Nice simple profiler thats a lot quicker to setup and use than
Bryce> oprofile. I've updated the bug report with the profiler output. It
Bryce> shows that about 90% of the test case's runtime is spent in
Bryce> _Jv_GetJNIEnvNewFrame and Malloc/Free - definately a case for
Bryce> optimization, I think.

Cool data.  I agree, and I made this PR a dependency on the binary
compatibility tracking PR -- it would be nice to iron out the APIs of
the various libgcj entry points before committing to them.  If this
turns out not to require an API change, we can just unlink the PRs.

Tom


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