Update of /project/movitz/cvsroot/movitz In directory common-lisp.net:/tmp/cvs-serv5064
Modified Files: compiler.lisp Log Message: Removed defconstant +code-vector-entry-factor+ which I don't really know what was for.
Date: Mon Feb 9 19:28:34 2004 Author: ffjeld
Index: movitz/compiler.lisp diff -u movitz/compiler.lisp:1.19 movitz/compiler.lisp:1.20 --- movitz/compiler.lisp:1.19 Mon Feb 9 19:25:28 2004 +++ movitz/compiler.lisp Mon Feb 9 19:28:34 2004 @@ -8,7 +8,7 @@ ;;;; Created at: Wed Oct 25 12:30:49 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: compiler.lisp,v 1.19 2004/02/10 00:25:28 ffjeld Exp $ +;;;; $Id: compiler.lisp,v 1.20 2004/02/10 00:28:34 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -110,8 +110,6 @@ (warn "~S shrunk from ~D to ~D bytes" name old-size new-size)))) (setf (gethash hash-name (function-code-sizes *image*)) new-size)) funobj) - -(defconstant +code-vector-entry-factor+ 1)
(defclass movitz-funobj-pass1 () ((name