Thanks all for the feedback.<br><br>I was asking because GCJ seems to be kind of dead nowadays, and while looking for<br>alternatives I discovered that LLVM also offers a similar AOT for Java to certain extent.<br><br>I'll have a look around your links.<br>
<br>Thanks,<br>Paulo<br><br><div class="gmail_quote">On Mon, Aug 29, 2011 at 10:57 PM, Duncan Sands <span dir="ltr"><<a href="mailto:baldrick@free.fr">baldrick@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">> You can take a look at <a href="http://vmkit.llvm.org" target="_blank">http://vmkit.llvm.org</a>. It provides a JVM on top of LLVM<br>
> to run Java applications. There is also (limited) support for ahead of time<br>
> compilation that compiles Java code to native code.<br>
<br>
</div>Also dragonegg can compile Java.  It doesn't output class constructors yet, so<br>
the output won't actually work.  I think Peter has a patch fixing that, so you<br>
might want to ask him if you are interested.<br>
<br>
Ciao, Duncan.<br>
<div><div></div><div class="h5">_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br>