This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ANN: rgc-0.02.-alpha



It still doesn't work (as an object passed from mark locations results
in an attempt to mark an object outside the heap, I intend to track
that down soon), but the problems with weaks should be solved.

1998-12-06  Greg Harvey  <Greg.Harvey@thezone.net>

	* rgc-mark.c (scm_gc_mark): removed all GC8* things, and
	SCM_GCCDR. 

	* rgc-sweep.c: Removed all occurances of SCM_GC8MARKP
	(scm_sweep_weak_vectors): changed the test from SCM_FREEP to
	!SCM_GCMARKP
	(scm_sweep_full): removed c8mrkcontinue and cmrkcontinue
	

http://home.thezone.net/~gharvey/guile/rgc.0.02.-alpha.tar.gz

-- 
Greg