From 3a1d4cfc38cba7ed5d2330d82ee7ab5ddea830af Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Apr 2010 21:34:16 +0000 Subject: [PATCH] add macruby back git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102132 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 82038c1143a..b109cfbb02c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -419,6 +419,24 @@ bytecode down to machine code.

LLVM-Lua 1.2.0 have been tested and is known to work with LLVM 2.7.

+ + +
+MacRuby +
+ +
+

+MacRuby is an implementation of Ruby based on +core Mac OS technologies, sponsored by Apple Inc. It uses LLVM at runtime for +optimization passes, JIT compilation and exception handling. It also allows +static (ahead-of-time) compilation of Ruby code straight to machine code. +

+

The upcoming MacRuby 0.6 release works with LLVM 2.7. +

+
+ +
What's New in LLVM 2.7? -- 2.34.1