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:

+ +