load native lib (SWT) with JNI on windows

Anthony Green green@redhat.com
Thu Nov 21 08:58:00 GMT 2002


On Thu, 2002-11-21 at 07:12, Frank Jacobs wrote:
>    (b) actually execution time of resulting application

This one.  The compiler currently relies on source-level information to
identify loops (for C, C++, etc as well).

In bytecode, all loops look like gotos, so the compiler doesn't perform
loop optimizations.

I believe that there's ongoing work in the compiler right now to extract
loop information so we don't need the source-level loop begin- and end
notes.

AG




More information about the Java mailing list