From 54d5df9f5193c0a32f933669136e62711304cc27 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 10 Nov 2011 23:37:56 +0000 Subject: [PATCH] Add blurb for VMKit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144336 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f62466c1d7d..16fb13328ad 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -247,12 +247,31 @@ Release Notes.
-

The VMKit project is an implementation - of a Java Virtual Machine (Java VM or JVM) that uses LLVM for static and - just-in-time compilation. As of LLVM 3.0, VMKit now supports generational - garbage collectors. The garbage collectors are provided by the MMTk - framework, and VMKit can be configured to use one of the numerous implemented - collectors of MMTk.

+

The VMKit project is an + implementation of a Java Virtual Machine (Java VM or JVM) that uses LLVM for + static and just-in-time compilation. + +

In the LLVM 3.0 time-frame, VMKit has had significant improvements on both + runtime and startup performance:

+ +