public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
From: cmm@sourceware.cygnus.com
To: guile-cvs@sourceware.cygnus.com
Subject: guile/guile-core/libguile ChangeLog __scm.h gc ...
Date: Sun, 21 May 2000 13:49:00 -0000	[thread overview]
Message-ID: <20000521204920.26240.qmail@sourceware.cygnus.com> (raw)

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.


                 reply	other threads:[~2000-05-21 13:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000521204920.26240.qmail@sourceware.cygnus.com \
    --to=cmm@sourceware.cygnus.com \
    --cc=guile-cvs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).