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

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Nov 27 02:13:14 PST 2010


Author: geoffray
Date: Sat Nov 27 04:13:13 2010
New Revision: 120207

URL: http://llvm.org/viewvc/llvm-project?rev=120207&view=rev
Log:
Update manual.


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=120207&r1=120206&r2=120207&view=diff
==============================================================================
--- vmkit/trunk/www/use_mmtk.html (original)
+++ vmkit/trunk/www/use_mmtk.html Sat Nov 27 04:13:13 2010
@@ -16,8 +16,7 @@
 <h1>Getting Started: VMKit and MMTk</h1>
 
 
-<p>This page gives you the instructions on how to build VMKit with MMTk's Mark and
-Sweep Garbage Collector.</p>
+<p>This page gives you the instructions on how to build VMKit with a MMTk garbage collector.</p>
 
 
 <ol>
@@ -25,15 +24,11 @@
     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> 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>
-
-  <ul>
-    <li><tt>make ENABLE_OPTIMIZED=1 clean</tt></li>
+  <li> Configure VMKit with three additional options: <tt>--with-gc=mmtk</tt>, <tt>--with-llvmgcc</tt>, and <tt>--with-mmtk-plan={marksweep|copyms}</tt> </li>
+  <li> Build VMKit:</li>
     <li><tt>make ENABLE_OPTIMIZED=1 </tt></li>
   </ul>
-  
-  <li>Run VMKit with MMTk:</li>
+  <li>Run VMKit:</li>
    <ul>
      <li><tt>Release/bin/j3 Foo </tt></li>
    </ul>





More information about the vmkit-commits mailing list