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

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Feb 25 04:44:48 PST 2009


Author: geoffray
Date: Wed Feb 25 06:44:46 2009
New Revision: 65449

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


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

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

==============================================================================
--- vmkit/trunk/www/get_involved.html (original)
+++ vmkit/trunk/www/get_involved.html Wed Feb 25 06:44:46 2009
@@ -77,11 +77,6 @@
 <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,
-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
 for GC support for static compilation, but not just in time. And since llvm is
 object layout-agnostic, vmkit needs to plug in its object layout somewhere.
@@ -94,10 +89,6 @@
 <li><b>Investigate hotspot-ing in llvm/vmkit</b>: vmkit has a compile-only
 approach. This resuts in a high startup penalty.</li>
 
-<li><b>Implement a llvm/clang/vmkit 'libgcc'</b>: vmkit uses the unwinding
-runtime of GCC. So it is strongly dependent on GCC. Implementing the
-unwind functions in llvm will help port vmkit to other compilers.</li>
-
 </ul>
 
 <p>If you hit a bug with vmkit, it is very useful for us if you reduce the code

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

==============================================================================
--- vmkit/trunk/www/get_started.html (original)
+++ vmkit/trunk/www/get_started.html Wed Feb 25 06:44:46 2009
@@ -85,7 +85,7 @@
   <ul>
     <li><tt>svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm</tt></li>
     <li><tt>cd llvm</tt></li>
-    <li><tt>./configure; make REQUIRES_EH=1</tt></li>
+    <li><tt>./configure; make</tt></li>
   </ul>
 
   

Modified: vmkit/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/index.html?rev=65449&r1=65448&r2=65449&view=diff

==============================================================================
--- vmkit/trunk/www/index.html (original)
+++ vmkit/trunk/www/index.html Wed Feb 25 06:44:46 2009
@@ -122,6 +122,12 @@
      Apache projects (e.g. OSGi Felix and Tomcat) and the SPECJVM98 benchmark.
      The CLI implementation is still in its early stages, but can execute
      simple applications.</p>
+     
+  <p>The JVM has been tested on Linux/x64, Linux/x86, Linux/ppc32, MacOSX/x64,
+     MacOSX/x86, MacOSX/ppc32. The JVM may work on ppc64. Support for
+     Windows has not been investigated
+  </p>
+
   
   <!--=====================================================================-->
   <h2>Get it and get involved!</h2>





More information about the vmkit-commits mailing list