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 gc.c
Date: Thu, 17 Aug 2000 13:38:00 -0000	[thread overview]
Message-ID: <20000817203845.32191.qmail@sourceware.cygnus.com> (raw)

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	cmm@sourceware.cygnus.com	2000-08-17 13:38:45

Modified files:
	guile-core/libguile: gc.c 

Log message:
	* gc.c: (scm_default_init_heap_size_*): defined to take cards into
	account, but keeping more or less the same values as previously.
	added some simple helper macros.
	(CLUSTER_SIZE_IN_BYTES, ALIGNMENT_SLACK): defined to take cards
	into account.
	(BVEC_*, scm_mark_space_t, current_mark_space, mark_space_ptr,
	current_mark_space_offset, mark_space_head, get_bvec,
	clear_mark_space): new functions and supporting variables, types
	and macros that implement mark space management.
	(scm_igc): clear the mark space (all of it) before beginning the
	mark phase.
	(scm_gc_mark): changed the tests for rogue cells, much simplified
	throughout (no different mark bit locations to worry about now).
	(scm_mark_locations): don't consider card header cells.
	(scm_cellp): ditto.
	(scm_gc_sweep): simplified.
	(init_heap_seg): changed to take cards into account.


             reply	other threads:[~2000-08-17 13:38 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-17 13:38 cmm [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-08-23 11:22 mdj
2000-08-19 12:20 cmm
2000-08-09 11:29 mdj
2000-06-29 16:47 mdj
2000-06-19  3:03 mdj
2000-06-14  8:00 mdj
2000-04-21 16:11 mdj
2000-04-20 17:26 mdj
2000-03-23  5:04 mdj
2000-03-21 18:12 mdj
2000-03-21 12:33 mdj
2000-03-20 19:57 mdj
2000-03-20 18:38 mdj
2000-03-20  7:05 mdj
2000-03-20  6:57 mdj
2000-03-20  5:39 mdj
2000-03-19 12:05 mdj
2000-03-17  1:04 mdj
2000-03-17  0:58 mdj
2000-03-15 20:26 mdj
2000-03-15 20:21 mdj
2000-03-15 17:18 mdj
2000-03-15 16:04 mdj
2000-03-14  1:02 mdj
2000-03-13 22:40 mdj
1999-09-02  8:15 mdj
1999-09-02  7:51 mdj
1999-08-29 19:13 mdj
1999-08-28 20:26 mdj
1999-07-31 10:01 mdj
1999-07-24 16:08 mdj

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=20000817203845.32191.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).