Update of /project/movitz/cvsroot/movitz In directory common-lisp.net:/tmp/cvs-serv21377
Modified Files: packages.lisp Log Message: This rather substantial check-in is a clean-up of all things related to dynamic memory allocation. In particular, the separation between the muerte kernel with its 'default' memory management (which simply allocates objects consecutively until it runs out) and the los0 GC implementation is improved.
Date: Thu Jul 15 14:06:24 2004 Author: ffjeld
Index: movitz/packages.lisp diff -u movitz/packages.lisp:1.32 movitz/packages.lisp:1.33 --- movitz/packages.lisp:1.32 Thu Jul 15 05:26:34 2004 +++ movitz/packages.lisp Thu Jul 15 14:06:24 2004 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Sat Nov 15 21:39:55 2003 ;;;; -;;;; $Id: packages.lisp,v 1.32 2004/07/15 12:26:34 ffjeld Exp $ +;;;; $Id: packages.lisp,v 1.33 2004/07/15 21:06:24 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -1141,11 +1141,13 @@
#:map-heap-words #:map-stack-words - #:malloc-clumps - #:malloc-data-clumps - #:malloc-cons-pointer #:malloc-buffer-start #:malloc-end + + #:malloc-pointer-words + #:malloc-non-pointer-words + #:%memory-map% + #:%memory-map-roots%
#:%word-offset #:%run-time-context-slot