[llvm-commits] CVS: llvm/docs/GarbageCollection.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 9 00:05:03 PDT 2004
Changes in directory llvm/docs:
GarbageCollection.html updated: 1.5 -> 1.6
---
Log message:
Fix Validation bugs
---
Diffs of the changes: (+8 -3)
Index: llvm/docs/GarbageCollection.html
diff -u llvm/docs/GarbageCollection.html:1.5 llvm/docs/GarbageCollection.html:1.6
--- llvm/docs/GarbageCollection.html:1.5 Tue Jun 8 22:59:05 2004
+++ llvm/docs/GarbageCollection.html Fri Jul 9 00:03:54 2004
@@ -36,6 +36,7 @@
<li><a href="#gcimpls">GC implementations available</a>
<ul>
<li><a href="#semispace">SemiSpace - A simple copying garbage collector</a></li>
+ </ul>
</li>
<!--
@@ -360,11 +361,15 @@
<!-- ======================================================================= -->
<div class="doc_subsection">
- <a name="callbacks">Callback functions used to implement the garbage collector</a></li>
+ <a name="callbacks">Callback functions used to implement the garbage collector</a>
</div>
+<div class="doc_text">
+<p>
Garbage collector implementations make use of call-back functions that are
implemented by other parts of the LLVM system.
+</p>
+</div>
<!--_________________________________________________________________________-->
<div class="doc_subsubsection">
@@ -460,7 +465,7 @@
<!-- ======================================================================= -->
<div class="doc_subsection">
- <a name="semispace">SemiSpace - A simple copying garbage collector</a></li>
+ <a name="semispace">SemiSpace - A simple copying garbage collector</a>
</div>
<div class="doc_text">
@@ -520,7 +525,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/09 03:59:05 $
+ Last modified: $Date: 2004/07/09 05:03:54 $
</address>
</body>
More information about the llvm-commits
mailing list