public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile gc.c gc.h init.c pairs.h
@ 2000-03-14 23:30 mdj
  0 siblings, 0 replies; only message in thread
From: mdj @ 2000-03-14 23:30 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/14 23:30:53

Modified files:
	guile-core/libguile: gc.c gc.h init.c pairs.h 

Log message:
	* gc.c, gc.h, pairs.h, init.c: Implementation of a new way of
	allocating heap.  The basic idea is to trigger GC every Nth
	allocated cell and grow heap when free list runs out.  The scheme
	has been extended so that GC isn't triggered until all remaining
	cells are used.  The implementation is also prepared for
	development in the direction of POSIX threads.
	
	* gc.c (SCM_EXPHEAP): In order to grow by a factor of 1.5,
	SCM_EXPHEAP should return half of the heap size.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-14 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-14 23:30 guile/guile-core/libguile gc.c gc.h init.c pairs.h mdj

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