[vmkit-commits] [vmkit] r99128 - /vmkit/trunk/www/use_mmtk.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sun Mar 21 08:43:21 PDT 2010


Author: geoffray
Date: Sun Mar 21 10:43:21 2010
New Revision: 99128

URL: http://llvm.org/viewvc/llvm-project?rev=99128&view=rev
Log:
Update instructions for VMKit with MMTk.


Modified:
    vmkit/trunk/www/use_mmtk.html

Modified: vmkit/trunk/www/use_mmtk.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/use_mmtk.html?rev=99128&r1=99127&r2=99128&view=diff
==============================================================================
--- vmkit/trunk/www/use_mmtk.html (original)
+++ vmkit/trunk/www/use_mmtk.html Sun Mar 21 10:43:21 2010
@@ -25,7 +25,6 @@
     and build LLVM-GCC</a> from SVN head.</li>
   <li> Update PATH to include the <tt>llvm-gcc</tt> binary. </li>
   <li> Re-configure LLVM. </li>
-  <li> Make sure to build LLVM with REQUIRES_FRAME_POINTER=1.</li>
   <li> Configure VMKit with two additional options: <tt>--with-gc=mmtk</tt> and <tt>--with-llvmgcc</tt>. </li>
   <li> Clean and make VMKit (do that each time you change the source code of VMKit):</li>
 
@@ -36,8 +35,7 @@
   
   <li>Run VMKit with MMTk:</li>
    <ul>
-     <li><tt>Release/bin/vmkit -std-compile-opts --load-bc=Release/lib/FinalMMTk.bc
-             -load-bc=lib/J3/LLVMRuntime/LLVMRuntime.gen.ll -java Foo </tt></li>
+     <li><tt>Release/bin/vmkit -std-compile-opts --load-bc=Release/lib/FinalMMTk.bc -java Foo </tt></li>
    </ul>
 
 </ol>





More information about the vmkit-commits mailing list