[llvm-commits] [llvm] r83142 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Chris Lattner sabre at nondot.org
Tue Sep 29 23:27:24 PDT 2009


Author: lattner
Date: Wed Sep 30 01:27:22 2009
New Revision: 83142

URL: http://llvm.org/viewvc/llvm-project?rev=83142&view=rev
Log:
add macruby, fix a validation problem. 

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83142&r1=83141&r2=83142&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Wed Sep 30 01:27:22 2009
@@ -119,7 +119,7 @@
 
 <ul>
 <li>Something wonderful!</li>
-<li>AuroraUX / FreeBSD & OpenBSD Toolchain support.</li>
+<li>AuroraUX / FreeBSD & OpenBSD Toolchain support.</li>
 <li>Many many bugs are fixed and many features have been added.</li>
 </ul>
 </div>
@@ -176,6 +176,29 @@
 </div>
 <!-- *********************************************************************** -->
 
+
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="macruby">MacRuby</a>
+</div>
+
+<div class="doc_text">
+
+<p>
+<a href="http://macruby.org">MacRuby</a> 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.
+</p>
+
+<p>
+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.</p>
+
+</div>
+
+
 <!--=========================================================================-->
 <div class="doc_subsection">
 <a name="pure">Pure</a>





More information about the llvm-commits mailing list