public inbox for guile-cvs@sourceware.org help / color / mirror / Atom feed
From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile gc.c Date: Fri, 21 Apr 2000 16:11:00 -0000 [thread overview] Message-ID: <20000421231129.817.qmail@sourceware.cygnus.com> (raw) CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/04/21 16:11:29 Modified files: guile-core/libguile: gc.c Log message: * gc.c: Removed #include "libguile/guardians.h". (scm_before_gc_c_hook, scm_before_mark_c_hook, scm_before_sweep_c_hook, scm_after_sweep_c_hook, scm_after_gc_c_hook): New C level hooks. (scm_after_gc_hook): New Scheme level hook. (scm_gc_sweep): Moved scanning of weak vectors to weaks.c. (scm_igc): Moved initialization of scm_weak_vectors and the call to scm_guardian_gc_init to respective module. (scm_mark_weak_vector_spines): Moved to weaks.c; Call to scm_guardian_zombify moved to guardians.c; Run scm_before_gc_c_hook, scm_before_sweep_c_hook, scm_after_gc_c_hook at appropriate places. (scm_init_gc): Initialize scm_after_gc_hook.
next reply other threads:[~2000-04-21 16:11 UTC|newest] Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top 2000-04-21 16:11 mdj [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-17 13:38 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-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=20000421231129.817.qmail@sourceware.cygnus.com \ --to=mdj@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: linkBe 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).