[llvm-commits] [llvm] r83638 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Fri Oct 9 06:17:58 PDT 2009


Author: geoffray
Date: Fri Oct  9 08:17:57 2009
New Revision: 83638

URL: http://llvm.org/viewvc/llvm-project?rev=83638&view=rev
Log:
As it turns out, the bug fixes in GC codegen did not make it 
to llvm-2.6. Remove the precise garbage collection feature.


Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83638&r1=83637&r2=83638&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Fri Oct  9 08:17:57 2009
@@ -178,10 +178,7 @@
 
 <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>Cooperative garbage collection. </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>





More information about the llvm-commits mailing list