diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index db74ca1cb9c..e5987618b93 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -77,7 +77,7 @@ repository (which roughly includes the LLVM optimizers, code generators and supporting tools) and the llvm-gcc repository. In addition to this code, the LLVM Project includes other sub-projects that are in development. The two which are the most actively developed are the Clang Project and -the vmkit Project. +the VMKit Project.

@@ -137,17 +137,35 @@ this project is encouraged to get involved!

-vmkit: JVM/CLI Virtual Machine Implementation +VMKit: JVM/CLI Virtual Machine Implementation

-The vmkit project is an implementation of +The VMKit project is an implementation of a JVM and a CLI Virtual Machines (Microsoft .NET is an implementation of the CLI) using the Just-In-Time compiler of LLVM.

-

[NICOLAS]

+

Following LLVM 2.4, VMKit has its first release 0.24 that you can find on +the release page. The release includes +bug fixes, cleanup and new features. The major changes include:

+