summaryrefslogtreecommitdiff
path: root/boehm-gc/doc/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/doc/tree.html')
-rw-r--r--boehm-gc/doc/tree.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/boehm-gc/doc/tree.html b/boehm-gc/doc/tree.html
index 89c515da765..c46a281cc67 100644
--- a/boehm-gc/doc/tree.html
+++ b/boehm-gc/doc/tree.html
@@ -1,13 +1,14 @@
<HTML>
<HEAD>
<TITLE> Two-Level Tree Structure for Fast Pointer Lookup</TITLE>
- <AUTHOR> Hans-J. Boehm, Silicon Graphics</author>
+ <AUTHOR> Hans-J. Boehm, Silicon Graphics (now at HP)</author>
</HEAD>
<BODY>
<H1>Two-Level Tree Structure for Fast Pointer Lookup</h1>
<P>
The conservative garbage collector described
-<A HREF="gc.html">here</a> uses a 2-level tree
+<A HREF="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">here</a>
+uses a 2-level tree
data structure to aid in fast pointer identification.
This data structure is described in a bit more detail here, since
<OL>