diff options
| author | Nicolas Geoffray <nicolas.geoffray@lip6.fr> | 2009-10-09 13:17:57 +0000 |
|---|---|---|
| committer | Nicolas Geoffray <nicolas.geoffray@lip6.fr> | 2009-10-09 13:17:57 +0000 |
| commit | 31c4d8b0bac74dc5d9dffae6fe307a5d902c0e25 (patch) | |
| tree | 790635c07ce884997f11504a83aef2f0d8513ae8 | |
| parent | 7d33d21da18cb98d7bb7c37b53a9ad6469e2dfc4 (diff) | |
| download | bcm5719-llvm-31c4d8b0bac74dc5d9dffae6fe307a5d902c0e25.tar.gz bcm5719-llvm-31c4d8b0bac74dc5d9dffae6fe307a5d902c0e25.zip | |
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
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 4f1d85b802c..ceb7e97838a 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -178,10 +178,7 @@ bug fixes, cleanup and new features. The major changes are:</p> <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> |

