Update of /project/movitz/cvsroot/movitz In directory common-lisp.net:/tmp/cvs-serv11095
Modified Files: image.lisp Log Message: Added -non-header variation of the malloc primitive-functions.
Date: Thu Nov 25 17:45:14 2004 Author: ffjeld
Index: movitz/image.lisp diff -u movitz/image.lisp:1.81 movitz/image.lisp:1.82 --- movitz/image.lisp:1.81 Tue Nov 23 17:10:38 2004 +++ movitz/image.lisp Thu Nov 25 17:45:13 2004 @@ -9,7 +9,7 @@ ;;;; Created at: Sun Oct 22 00:22:43 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: image.lisp,v 1.81 2004/11/23 16:10:38 ffjeld Exp $ +;;;; $Id: image.lisp,v 1.82 2004/11/25 16:45:13 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -308,6 +308,16 @@ :map-binary-read-delayed 'movitz-word-code-vector :binary-tag :primitive-function) (cons-commit-non-pointer + :binary-type code-vector-word + :map-binary-write 'movitz-intern-code-vector + :map-binary-read-delayed 'movitz-word-code-vector + :binary-tag :primitive-function) + (get-cons-pointer-non-header + :binary-type code-vector-word + :map-binary-write 'movitz-intern-code-vector + :map-binary-read-delayed 'movitz-word-code-vector + :binary-tag :primitive-function) + (cons-commit-non-header :binary-type code-vector-word :map-binary-write 'movitz-intern-code-vector :map-binary-read-delayed 'movitz-word-code-vector