[llvm-commits] [llvm] r129006 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Wed Apr 6 09:14:25 PDT 2011


Author: lattner
Date: Wed Apr  6 11:14:25 2011
New Revision: 129006

URL: http://llvm.org/viewvc/llvm-project?rev=129006&view=rev
Log:
add rubinius

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=129006&r1=129005&r2=129006&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Apr  6 11:14:25 2011
@@ -373,6 +373,19 @@
 and parallelism.</p>
 </div>
 
+<!--=========================================================================-->
+<h2>Rubinius</h2>
+
+<div class="doc_text">
+  <p><a href="http://github.com/evanphx/rubinius">Rubinius</a> is an environment
+  for running Ruby code which strives to write as much of the implementation in
+  Ruby as possible. Combined with a bytecode interpreting VM, it uses LLVM to
+  optimize and compile ruby code down to machine code. Techniques such as type
+  feedback, method inlining, and deoptimization are all used to remove dynamism
+  from ruby execution and increase performance.</p>
+</div>
+
+
 
 <!-- *********************************************************************** -->
 <h1>





More information about the llvm-commits mailing list