summaryrefslogtreecommitdiff
path: root/docs/GarbageCollection.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-09 05:03:54 +0000
committerChris Lattner <sabre@nondot.org>2004-07-09 05:03:54 +0000
commit0b02dbc24095c8d1e447653d478b93b8c01cf22c (patch)
treeec06b645adfc2da3bb3ffba1b1bb1ea1cb329489 /docs/GarbageCollection.html
parent57cd1ff463f620db3a2404fae1ec06f1c2fced9b (diff)
downloadllvm-0b02dbc24095c8d1e447653d478b93b8c01cf22c.tar.gz
llvm-0b02dbc24095c8d1e447653d478b93b8c01cf22c.tar.bz2
llvm-0b02dbc24095c8d1e447653d478b93b8c01cf22c.tar.xz
Fix Validation bugs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GarbageCollection.html')
-rw-r--r--docs/GarbageCollection.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html
index 3263fc624b..744279bdf3 100644
--- a/docs/GarbageCollection.html
+++ b/docs/GarbageCollection.html
@@ -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 @@ as a parameter in the future, if needed.
<!-- ======================================================================= -->
<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 @@ collector, etc), or you could choose to improve one of the existing algorithms.
<!-- ======================================================================= -->
<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">