From: Chris Lattner Date: Wed, 30 Sep 2009 06:27:22 +0000 (+0000) Subject: add macruby, fix a validation problem. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c32a53240a1f2272155b08c5a1dd506df05f0e11;p=oota-llvm.git add macruby, fix a validation problem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83142 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 1de4ae949c6..98e3565e78c 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -119,7 +119,7 @@ list.

@@ -176,6 +176,29 @@ bug fixes, cleanup and new features. The major changes are:

+ + +
+MacRuby +
+ +
+ +

+MacRuby is an implementation of Ruby on top of +core Mac OS X technologies, such as the Objective-C common runtime and garbage +collector, and the CoreFoundation framework. It is principally developed by +Apple and aims at enabling the creation of full-fledged Mac OS X applications. +

+ +

+MacRuby uses LLVM for optimization passes, JIT and AOT compilation of Ruby +expressions. It also uses zero-cost DWARF exceptions to implement Ruby exception +handling.

+ +
+ +
Pure