[vmkit-commits] [vmkit] r67041 - /vmkit/trunk/www/get_involved.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Mar 16 03:29:19 PDT 2009


Author: geoffray
Date: Mon Mar 16 05:29:13 2009
New Revision: 67041

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


Modified:
    vmkit/trunk/www/get_involved.html

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

==============================================================================
--- vmkit/trunk/www/get_involved.html (original)
+++ vmkit/trunk/www/get_involved.html Mon Mar 16 05:29:13 2009
@@ -69,33 +69,8 @@
 list</a>.  </p>
 
 
-<h2>Open Projects</h2>
-
-<p>Here are a few tasks that are available for newcomers to work on, depending
-on what your interests are.  This list is provided to generate ideas, it is not
-intended to be comprehensive.  Please ask on llvm-dev for more specifics or to
-verify that one of these isn't already completed. :)</p>
-
-<ul>
-<li><b>Write a test-suite and nightly tester for vmkit</b>: vmkit needs it!</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.
-</li>
-
-<li><b>Improve LLVM with non-calls exceptions</b>: This is work-in-progress
-<a href="http://llvm.org/bugs/show_bug.cgi?id=1269">see PR1269</a>.
-</li>
-
-<li><b>Investigate hotspot-ing in llvm/vmkit</b>: vmkit has a compile-only
-approach. This resuts in a high startup penalty.</li>
-
-</ul>
-
-<p>If you hit a bug with vmkit, it is very useful for us if you reduce the code
-that demonstrates the problem down to something small.  There are many ways to
-do this; ask on llvm-dev for advice.</p>
+<p>You can also visit the <a href="http://vmkit.llvm.org/OpenProjects.html">
+Open Projects</a> page for a list of intersting things to work on in VMKit.</p>
 
 </div>
 </body>





More information about the vmkit-commits mailing list