From: Nicolas Geoffray Date: Tue, 14 Oct 2008 19:23:04 +0000 (+0000) Subject: Add VMKit notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=99a4d307b057bd9da255733aaa3c145670daae35;p=oota-llvm.git Add VMKit notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57517 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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:

+