1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Michael Livshin 2000-08-17 20:46:22 +00:00
parent dc16aa360d
commit bbe6d8db73
2 changed files with 5 additions and 0 deletions

2
THANKS
View file

@ -7,6 +7,8 @@ The Guile maintainer committee consists of
Contributors since the last release:
Greg Harvey
For fixes or providing information which led to a fix:
Ian Bicking

View file

@ -1,6 +1,9 @@
2000-08-17 Michael Livshin <mlivshin@bigfoot.com>
this changes the Guile GC to use cards (aka "chunklets").
(most of the ideas and some of the code are by Greg Harvey, though
the code is probably unrecognizable now. the original chunklet
proposal, way back, is by Dale Jordan).
* tags.h: (SCM_GCTYPE16, SCM_GCCDR, SCM_GC[8]MARKP,
SCM_SETGC[8]MARK, SCM_CLRGC[8]MARK): moved from here into gc.h.