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: load native lib (SWT) with JNI on windows


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



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