aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-06 16:14:25 +0000
committerChris Lattner <sabre@nondot.org>2011-04-06 16:14:25 +0000
commit0fa5da97539e1702f8a41862a9c5eacb52adaaa7 (patch)
tree484f6353ab741fcd7df2940285592b971a180a18 /docs/ReleaseNotes.html
parent090771fa26086a72d814f7d47235deb22dac1b05 (diff)
downloadexternal_llvm-0fa5da97539e1702f8a41862a9c5eacb52adaaa7.zip
external_llvm-0fa5da97539e1702f8a41862a9c5eacb52adaaa7.tar.gz
external_llvm-0fa5da97539e1702f8a41862a9c5eacb52adaaa7.tar.bz2
add rubinius
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5e8c252..4d888de 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>