[rucksack-cvs] CVS rucksack

alemmens alemmens at common-lisp.net
Sat May 20 21:19:56 UTC 2006


Update of /project/rucksack/cvsroot/rucksack
In directory clnet:/tmp/cvs-serv20567/rucksack

Modified Files:
	garbage-collector.lisp 
Log Message:
Remove wrong comment.


--- /project/rucksack/cvsroot/rucksack/garbage-collector.lisp	2006/05/20 21:16:58	1.7
+++ /project/rucksack/cvsroot/rucksack/garbage-collector.lisp	2006/05/20 21:19:56	1.8
@@ -1,4 +1,4 @@
-;; $Id: garbage-collector.lisp,v 1.7 2006/05/20 21:16:58 alemmens Exp $
+;; $Id: garbage-collector.lisp,v 1.8 2006/05/20 21:19:56 alemmens Exp $
 
 (in-package :rucksack)
 
@@ -108,8 +108,6 @@
            :live-object)))
   ;; In the scanning phase, the object id must be added to the root set to
   ;; guarantee that it will be marked and scanned.
-  ;; DO: This is too simple, because now the object will stay in the root
-  ;; set forever.  We need a separate 
   (when (eql (state heap) :scanning)
     (push object-id (roots heap))))
 




More information about the rucksack-cvs mailing list