forked from OSchip/llvm-project
parent
2e3e756304
commit
54efd496bc
|
@ -168,14 +168,13 @@ The <a href="http://vmkit.llvm.org/">VMKit project</a> is an implementation of
|
||||||
a JVM and a CLI Virtual Machines (Microsoft .NET is an
|
a JVM and a CLI Virtual Machines (Microsoft .NET is an
|
||||||
implementation of the CLI) using the Just-In-Time compiler of LLVM.</p>
|
implementation of the CLI) using the Just-In-Time compiler of LLVM.</p>
|
||||||
|
|
||||||
<p>Following LLVM 2.4, VMKit has its first release 0.24 that you can find on
|
<p>Following LLVM 2.4, VMKit has its first release 0.24 that you can find on its
|
||||||
the <a href="http://llvm.org/releases/">release page</a>. The release includes
|
<a href="http://vmkit.llvm.org/releases/">webpage</a>. The release includes
|
||||||
bug fixes, cleanup and new features. The major changes include:</p>
|
bug fixes, cleanup and new features. The major changes are:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li> Support for generics in the .Net virtual machine. This was implemented
|
<li> Support for generics in the .Net virtual machine.
|
||||||
by Tilmann Scheller during his Google Summer of Code project.
|
|
||||||
<li> Initial support for the Mono class libraries.
|
<li> Initial support for the Mono class libraries.
|
||||||
<li> Support for MacOSX/x86, following LLVM's support for exceptions in
|
<li> Support for MacOSX/x86, following LLVM's support for exceptions in
|
||||||
JIT on MacOSX/x86.
|
JIT on MacOSX/x86.
|
||||||
|
|
Loading…
Reference in New Issue