From 5e98cb708827b03c9fb7d3e0387d5c55cc738d73 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 24 Jun 2009 21:26:42 +0000 Subject: [PATCH] ReleaseNotes.External Projects += Rubinius git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74119 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes-2.6.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 923d4e178cc..412db74867e 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -243,6 +243,17 @@ compatible and significantly faster. It uses LLVM's optimization passes and JIT compiler.

+ +
+Rubinius +
+ +
+

Rubinius is a new virtual +machine for Ruby. It leverages LLVM to dynamically compile Ruby code down to +machine code using LLVM's JIT.

+
+
-- 2.34.1