[llvm-commits] [llvm] r74119 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Jeffrey Yasskin jyasskin at google.com
Wed Jun 24 14:26:43 PDT 2009


Author: jyasskin
Date: Wed Jun 24 16:26:42 2009
New Revision: 74119

URL: http://llvm.org/viewvc/llvm-project?rev=74119&view=rev
Log:
ReleaseNotes.External Projects += Rubinius

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=74119&r1=74118&r2=74119&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Wed Jun 24 16:26:42 2009
@@ -243,6 +243,17 @@
 compiler.</p>
 </div>
 
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="Rubinius">Rubinius</a>
+</div>
+
+<div class="doc_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="doc_section">





More information about the llvm-commits mailing list