mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
add macruby, fix a validation problem.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
483041e9ea
commit
c32a53240a
@ -119,7 +119,7 @@ list</a>.</p>
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Something wonderful!</li>
|
<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>
|
<li>Many many bugs are fixed and many features have been added.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -176,6 +176,29 @@ bug fixes, cleanup and new features. The major changes are:</p>
|
|||||||
</div>
|
</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">
|
<div class="doc_subsection">
|
||||||
<a name="pure">Pure</a>
|
<a name="pure">Pure</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user