add rubinius
authorChris Lattner <sabre@nondot.org>
Wed, 6 Apr 2011 16:14:25 +0000 (16:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Apr 2011 16:14:25 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129006 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 5e8c2526d283f5fe52d2537e3c611e2d077b4b20..4d888de7b60e36c7789fc9722bb9962f4247c5dc 100644 (file)
@@ -373,6 +373,19 @@ Furthermore, Polly can use PoCC(Pluto) an advanced optimizer for data-locality
 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>