[llvm-commits] CVS: llvm/docs/GarbageCollection.html

Jeff Cohen jeffc at jolt-lang.org
Wed Apr 18 10:26:31 PDT 2007



Changes in directory llvm/docs:

GarbageCollection.html updated: 1.9 -> 1.10
---
Log message:

Provide link.

---
Diffs of the changes:  (+4 -3)

 GarbageCollection.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/docs/GarbageCollection.html
diff -u llvm/docs/GarbageCollection.html:1.9 llvm/docs/GarbageCollection.html:1.10
--- llvm/docs/GarbageCollection.html:1.9	Fri Mar 30 07:22:09 2007
+++ llvm/docs/GarbageCollection.html	Wed Apr 18 12:26:14 2007
@@ -65,8 +65,9 @@
 <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
@@ -526,7 +527,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/03/30 12:22:09 $
+  Last modified: $Date: 2007/04/18 17:26:14 $
 </address>
 
 </body>






More information about the llvm-commits mailing list