From 7b2e71b53bf33a072fea725aa23a5dc6ee7d57db Mon Sep 17 00:00:00 2001
From: Nicolas Geoffray
Date: Fri, 9 Oct 2009 10:17:14 +0000
Subject: [PATCH] 80-columns!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83628 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes-2.6.html | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 5a5a2797783..4f1d85b802c 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -166,20 +166,27 @@ this project is encouraged to get involved!
The VMKit project is an implementation of
a JVM and a CLI Virtual Machine (Microsoft .NET is an
-implementation of the CLI) using LLVM for static and just-in-time compilation.
+implementation of the CLI) using LLVM for static and just-in-time
+compilation.
-VMKit version 0.26 builds with LLVM 2.6 and you can find it on its
+
+VMKit version 0.26 builds with LLVM 2.6 and you can find it on its
webpage. The release includes
bug fixes, cleanup and new features. The major changes are:
-- A new llcj tool to generate shared libraries or executables of Java files.
-- A rewriting of the JVM C++ codebase to call LLVM garbage collection (GC) intrinsics when it manipulates GC objects.
-- Cooperative GC and precise stack scanning using the GC framework of LLVM.
+- A new llcj tool to generate shared libraries or executables of Java
+ files.
+- A rewriting of the JVM C++ codebase to call LLVM garbage collection (GC)
+ intrinsics when it manipulates GC objects.
+- Cooperative GC and precise stack scanning using the GC framework of
+ LLVM.
- Fast subtype checking (paper from Click et al [JGI'02]).
-- Implementation of a two-word header for Java objects instead of the orginal three-word header.
-- Better Java specification-compliance: division by zero checks, stack overflow checks, finalization and references support.
+- Implementation of a two-word header for Java objects instead of the orginal
+ three-word header.
+- Better Java specification-compliance: division by zero checks, stack
+ overflow checks, finalization and references support.