public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile ChangeLog __scm.h gc ...
@ 2000-05-21 13:49 cmm
  0 siblings, 0 replies; only message in thread
From: cmm @ 2000-05-21 13:49 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	cmm@sourceware.cygnus.com	00/05/21 13:49:20

Modified files:
	guile-core/libguile: ChangeLog __scm.h gc.c gc.h hashtab.c 
	                     init.c 

Log message:
	* gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL): brought
	the yucky, ugly and nasty conditional compilation back.  sorry,
	but it was either that or requiring GAWK to build Guile.
	removed the code that implemented the old GC scheme.
	
	* init.c (scm_boot_guile_1): removed the code conditioned on
	!GUILE_NEW_GC_SCHEME.
	
	* __scm.h: (GUILE_NEW_GC_SCHEME): removed.
	
	* gc.c (scm_protect_object, scm_unprotect_object): change the
	implementation to more efficient (at least in the time complexity
	sense).  the calls should now also be thread-safe -- I suspect
	that people expect them to be.  (thanks to Han-Wen Nienhuys)
	removed the code that implemented the old GC scheme.
	
	* hashtab.c (scm_hash_fn_create_handle_x): add missing
	SCM_REALLOW_INTS before return.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-21 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-21 13:49 guile/guile-core/libguile ChangeLog __scm.h gc cmm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).