summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>2009-10-09 10:17:14 +0000
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>2009-10-09 10:17:14 +0000
commit7b2e71b53bf33a072fea725aa23a5dc6ee7d57db (patch)
treec2e375fa67e04e3ea0229268c114062fee886d26 /docs
parente83ae23878a3f11e00169d747b17addd090bd657 (diff)
downloadllvm-7b2e71b53bf33a072fea725aa23a5dc6ee7d57db.tar.gz
llvm-7b2e71b53bf33a072fea725aa23a5dc6ee7d57db.tar.bz2
llvm-7b2e71b53bf33a072fea725aa23a5dc6ee7d57db.tar.xz
80-columns!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html21
1 files changed, 14 insertions, 7 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 5a5a279778..4f1d85b802 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -166,20 +166,27 @@ this project is encouraged to get involved!</p>
<p>
The <a href="http://vmkit.llvm.org/">VMKit project</a> 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.</p>
+implementation of the CLI) using LLVM for static and just-in-time
+compilation.</p>
-<p>VMKit version 0.26 builds with LLVM 2.6 and you can find it on its
+<p>
+VMKit version 0.26 builds with LLVM 2.6 and you can find it on its
<a href="http://vmkit.llvm.org/releases/">webpage</a>. The release includes
bug fixes, cleanup and new features. The major changes are:</p>
<ul>
-<li>A new llcj tool to generate shared libraries or executables of Java files.</li>
-<li>A rewriting of the JVM C++ codebase to call LLVM garbage collection (GC) intrinsics when it manipulates GC objects. </li>
-<li>Cooperative GC and precise stack scanning using the GC framework of LLVM. </li>
+<li>A new llcj tool to generate shared libraries or executables of Java
+ files.</li>
+<li>A rewriting of the JVM C++ codebase to call LLVM garbage collection (GC)
+ intrinsics when it manipulates GC objects. </li>
+<li>Cooperative GC and precise stack scanning using the GC framework of
+ LLVM. </li>
<li>Fast subtype checking (paper from Click et al [JGI'02]). </li>
-<li>Implementation of a two-word header for Java objects instead of the orginal three-word header. </li>
-<li>Better Java specification-compliance: division by zero checks, stack overflow checks, finalization and references support. </li>
+<li>Implementation of a two-word header for Java objects instead of the orginal
+ three-word header. </li>
+<li>Better Java specification-compliance: division by zero checks, stack
+ overflow checks, finalization and references support. </li>
</ul>
</div>