[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html

Anton Korobeynikov asl at math.spbu.ru
Fri Sep 11 02:44:04 PDT 2009



Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.49 -> 1.50
---
Log message:

Add Rubinius and Unladen Swallow to the "ProjectsWithLLVM" page


---
Diffs of the changes:  (+39 -0)

 index.html |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+)


Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.49 llvm-www/ProjectsWithLLVM/index.html:1.50
--- llvm-www/ProjectsWithLLVM/index.html:1.49	Mon Aug  3 01:48:42 2009
+++ llvm-www/ProjectsWithLLVM/index.html	Fri Sep 11 04:42:23 2009
@@ -35,6 +35,9 @@
 <div class="www_text">
 
 <ul>
+<li><a href="#rubinius">Rubinius: a Ruby implementation</a></li>
+<li><a href="#unladenswallow">Unladen Swallow: an optimization branch of
+    CPython</a></li>
 <li><a href="#macruby">MacRuby</a></li>
 <li><a href="#tta-tce">TTA-based Codesign Environment (TCE)</a></li>
 <li><a href="#icedtea">The IcedTea Version of Sun's OpenJDK</a></li>
@@ -66,6 +69,42 @@
 </div>
 
 <!--=========================================================================-->
+<div class="www_subsection">
+  <a name="rubinius">Rubinius</a><br>
+</div>
+<!--=========================================================================-->
+
+<div class="www_subsubsection">
+By <a href="http://rubini.us/community.html">Evan Phoenix and the Rubinius team</a>
+</div>
+
+<div class="www_text">
+<p><a href="http://github.com/evanphx/rubinius">Rubinius</a> is a new virtual
+machine for Ruby. It leverages LLVM to dynamically compile Ruby code down to
+machine code using LLVM's JIT.</p>
+</div>
+
+
+<!--=========================================================================-->
+<div class="www_subsection">
+  <a name="unladenswallow">Unladen Swallow</a><br>
+</div>
+<!--=========================================================================-->
+
+<div class="www_subsubsection">
+By the <a href="http://groups.google.com/group/unladen-swallow">Unladen Swallow
+community</a>
+</div>
+
+<div class="www_text">
+<p><a href="http://code.google.com/p/unladen-swallow/">Unladen Swallow</a> is a
+branch of <a href="http://python.org/">Python</a> intended to be fully
+compatible and significantly faster.  It uses LLVM's optimization passes and JIT
+compiler.</p>
+</div>
+
+
+<!--=========================================================================-->
 
 <div class="www_subsection">
 <a name="macruby">MacRuby</a>






More information about the llvm-commits mailing list