mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 07:00:23 +02:00
*** empty log message ***
This commit is contained in:
parent
dc16aa360d
commit
bbe6d8db73
2 changed files with 5 additions and 0 deletions
2
THANKS
2
THANKS
|
@ -7,6 +7,8 @@ The Guile maintainer committee consists of
|
||||||
|
|
||||||
Contributors since the last release:
|
Contributors since the last release:
|
||||||
|
|
||||||
|
Greg Harvey
|
||||||
|
|
||||||
For fixes or providing information which led to a fix:
|
For fixes or providing information which led to a fix:
|
||||||
|
|
||||||
Ian Bicking
|
Ian Bicking
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
2000-08-17 Michael Livshin <mlivshin@bigfoot.com>
|
2000-08-17 Michael Livshin <mlivshin@bigfoot.com>
|
||||||
|
|
||||||
this changes the Guile GC to use cards (aka "chunklets").
|
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,
|
* tags.h: (SCM_GCTYPE16, SCM_GCCDR, SCM_GC[8]MARKP,
|
||||||
SCM_SETGC[8]MARK, SCM_CLRGC[8]MARK): moved from here into gc.h.
|
SCM_SETGC[8]MARK, SCM_CLRGC[8]MARK): moved from here into gc.h.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue