Hi Chanwit,<div><br></div><div>Yes, by using the vmkit command line tool instead of j3 and passing llvm options:</div><div>./Release/bin/vmkit -regalloc=fast -java MyApp<br><br></div><div>Additionally, if you are not using MMTk, you can precompile the base classes (eg java.lang.String) by following the instructions at this page:</div>
<div><a href="http://vmkit.llvm.org/use_aot.html">http://vmkit.llvm.org/use_aot.html</a></div><div><br></div><div>Nicolas</div><div><br><div class="gmail_quote">On Mon, Jul 12, 2010 at 9:26 PM, Chanwit Kaewkasi <span dir="ltr"><<a href="mailto:chanwit@gmail.com">chanwit@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all,<br>
<br>
Just a quick question.<br>
Is there any way to reduce the startup time of J3?<br>
<br>
Thanks,<br>
<br>
Chanwit<br>
_______________________________________________<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>
</blockquote></div><br></div>