diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-04-18 17:26:14 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-04-18 17:26:14 +0000 |
| commit | 43a2fb747f9b7734c9b6c4f7a5f64baa4bb9a474 (patch) | |
| tree | b69b9ca8776423068b511bd400f8d42a9435e5b4 /llvm/docs/GarbageCollection.html | |
| parent | 29845cd40d86ad5fe41773ac6d714a0868db8e46 (diff) | |
| download | bcm5719-llvm-43a2fb747f9b7734c9b6c4f7a5f64baa4bb9a474.tar.gz bcm5719-llvm-43a2fb747f9b7734c9b6c4f7a5f64baa4bb9a474.zip | |
Provide link.
llvm-svn: 36257
Diffstat (limited to 'llvm/docs/GarbageCollection.html')
| -rw-r--r-- | llvm/docs/GarbageCollection.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/GarbageCollection.html b/llvm/docs/GarbageCollection.html index f2f37229924..0accd0c78a0 100644 --- a/llvm/docs/GarbageCollection.html +++ b/llvm/docs/GarbageCollection.html @@ -65,8 +65,9 @@ conservative and accurate.</p> <p>Conservative garbage collection often does not require any special support from either the language or the compiler: it can handle non-type-safe programming languages (such as C/C++) and does not require any special -information from the compiler. The [LINK] Boehm collector is an example of a -state-of-the-art conservative collector.</p> +information from the compiler. The +<a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">Boehm collector</a> is +an example of a state-of-the-art conservative collector.</p> <p>Accurate garbage collection requires the ability to identify all pointers in the program at run-time (which requires that the source-language be type-safe in |

