From a9998e213301f59cdba2f90d3157dad7d3c84bec Mon Sep 17 00:00:00 2001
From: Nicolas Geoffray
Date: Fri, 9 Oct 2009 13:17:57 +0000
Subject: [PATCH] As it turns out, the bug fixes in GC codegen did not make it
to llvm-2.6. Remove the precise garbage collection feature.
llvm-svn: 83638
---
docs/ReleaseNotes-2.6.html | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 4f1d85b802c..ceb7e97838a 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -178,10 +178,7 @@ 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.
+Cooperative garbage collection.
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.