Hi Shin,<div><br></div><div>The latest LLVM works with VMKit on a 32bit machine. I don't have easy access to a 64bit machine to debug your error, so building for 32bit will help you. Besides, the MMTk GC does not work on 64bit.</div>
<div><br></div><div>MMTk has way better performance and scalability than the GC that was originally in VMKit. See the academic papers related to MMTk as references (ICSE'04). The original GC in VMKit did not scale well and was consuming too much memory per object. It also does not work on 64bit.</div>
<div><br></div><div>Nicolas<br><br><div class="gmail_quote">On Wed, Jan 5, 2011 at 9:11 AM, Shin <span dir="ltr"><<a href="mailto:shigoto.shin@gmail.com">shigoto.shin@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>
I tried the step of the Getting Started page<br>
(<a href="http://vmkit.llvm.org/get_started.html" target="_blank">http://vmkit.llvm.org/get_started.html</a>) on Linux/x64 but I had no<br>
luck.<br>
I could build them. But when I tried to execute J3, it shows like follows,<br>
<br>
>> j3: JavaRuntimeJIT.cpp:367: void* j3StartJNI(uint32*, uint32**, mvm::KnownFrame*): Assertion `th->getLastSP() == th->lastKnownFrame->currentFP' failed.<br>
<br>
Does anybody know if the latest LLVM works with the latest VMkit?<br>
Which version of LLVM should I use?<br>
I also tried VMkit with MMtk and I could not let it work...<br>
<br>
What is the advantage of using MMtk in VMkit?<br>
I understand that is an accurate garbage collector and it sounds<br>
better than conservative one.<br>
Does anybody have actual comparison about the throughput and the response time?<br>
Which one is more stable?<br>
<br>
Thank you.<br>
<font color="#888888"><br>
Shin<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>
</font></blockquote></div><br></div>