Skip to content

Commit

Permalink
Update projects page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeurer committed Dec 19, 2011
1 parent 23f69cb commit e83b635
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion projects/index.html
Expand Up @@ -14,10 +14,20 @@
</p>


<h3><a href="https://github.com/bmeurer/ocaml-arm/wiki" target="_blank">ocaml-arm</a></h3>

<p>
The <a href="https://github.com/bmeurer/ocaml-arm/wiki" target="_blank">ocaml-arm</a> project provides a new ARM
backend for the <a href="http://caml.inria.fr/ocaml" target="_blank">OCaml</a> native code compiler, which fixes
various bugs and shortcomings of the previous backend and includes support for both <tt>armel</tt> and <tt>armhf</tt>
targets (currently limited to Linux).
</p>


<h3><a href="/ocamlnat/" target="_blank">ocamlnat</a></h3>

<p>
The <a href="/ocamlnat/" target="_blank">ocamlnat</a> provides a new native code toplevel for the OCaml language,
The <a href="/ocamlnat/" target="_blank">ocamlnat</a> project provides a new native code toplevel for the OCaml language,
which is mostly compatible to the byte code toplevel, but up to <strong>100 times faster</strong>. It is based on
the optimizing native code compiler, the native runtime and and earlier prototype by <a href="http://alain.frisch.fr"
target="_blank">Alain Frisch</a>. It is build upon Just-In-Time techniques and currently supports Unix-like systems
Expand Down

0 comments on commit e83b635

Please sign in to comment.