[LLVMdev] llvm-java

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue May 19 03:27:10 PDT 2009


Andrew Haley wrote:
>
> I should have asked a better question.  By "does it work" I meant something
> like
>
>   for (int i = 0; i < a.length; i++)
>     System.out.println(a[i]);
>   

OK, so no :) VMKit does not know that a[i] is related to a.length. I 
believe Andre's optimizations will take care of that.

Nicolas



More information about the llvm-dev mailing list