[vmkit-commits] [vmkit] r57602 - in /vmkit/trunk/www: get_involved.html get_started.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Oct 15 14:45:29 PDT 2008


Author: geoffray
Date: Wed Oct 15 16:45:28 2008
New Revision: 57602

URL: http://llvm.org/viewvc/llvm-project?rev=57602&view=rev
Log:
VMKit works on macosx/x86.


Modified:
    vmkit/trunk/www/get_involved.html
    vmkit/trunk/www/get_started.html

Modified: vmkit/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/get_involved.html?rev=57602&r1=57601&r2=57602&view=diff

==============================================================================
--- vmkit/trunk/www/get_involved.html (original)
+++ vmkit/trunk/www/get_involved.html Wed Oct 15 16:45:28 2008
@@ -77,10 +77,9 @@
 <ul>
 <li><b>Write a test-suite and nightly tester for vmkit</b>: vmkit needs it!</li>
 
-<li><b>Port vmkit to new architectures</b>: currently, vmkit runs on linux/x86
-and has some floating point issues on linux/powerpc 
-<a href="http://llvm.org/bugs/show_bug.cgi?id=642">See PR642</a>. A port to
-darwin/x86 would be nice.
+<li><b>Port vmkit to new architectures</b>: currently, vmkit runs on linux/x86,
+MacOSX/x86 and has some floating point issues on linux/powerpc .
+<a href="http://llvm.org/bugs/show_bug.cgi?id=642">See PR642</a>.
 </li>
 
 <li><b>Implement a generational GC in llvm/vmkit</b>: llvm has the interface

Modified: vmkit/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/get_started.html?rev=57602&r1=57601&r2=57602&view=diff

==============================================================================
--- vmkit/trunk/www/get_started.html (original)
+++ vmkit/trunk/www/get_started.html Wed Oct 15 16:45:28 2008
@@ -60,7 +60,6 @@
 <p>Some of the more notable missing pieces in the CLI runtime are:</p>
 
 <ol>
-  <li>Support for generics.</li>
   <li>Support for arithmetic overflow.</li>
   <li>Support for CLI object finalization semantics.</li>
   <li>Thread support.</li>
@@ -69,7 +68,7 @@
 <p>Some of the common missing pieces in vmkit/llvm are:</p>
 
 <ol>
-  <li>Support for other platforms than linux/x86.</li>
+  <li>A generational Garbage collector.</li>
   <li>Hotspot-like virtual machine (e.g mixed interpretation/compilation).</li>
 </ol>
 





More information about the vmkit-commits mailing list