diff options
| author | Jeffrey Yasskin <jyasskin@google.com> | 2009-06-24 21:26:42 +0000 |
|---|---|---|
| committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-06-24 21:26:42 +0000 |
| commit | e3dccb7047c31059c4957975c5711bbc3f321d4a (patch) | |
| tree | 40ee0bc30c4975a7dcafd6af79947869ce488ed6 | |
| parent | ad6bd35b46e3a67c2a97ea3a64bdead695cd4a6a (diff) | |
| download | bcm5719-llvm-e3dccb7047c31059c4957975c5711bbc3f321d4a.tar.gz bcm5719-llvm-e3dccb7047c31059c4957975c5711bbc3f321d4a.zip | |
ReleaseNotes.External Projects += Rubinius
llvm-svn: 74119
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 923d4e178cc..412db74867e 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -243,6 +243,17 @@ compatible and significantly faster. It uses LLVM's optimization passes and JIT 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"> |

