;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
(defun sanctify-for-execution (component)
(declare (ignore component))
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
(defun sanctify-for-execution (component)
(without-gcing
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
(defun sanctify-for-execution (component)
(without-gcing
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
\f
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
;;; The comments in some of the cmucl source read that "the i and d
;;; caches are unified, and so there is no need to flush them."
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
(defun sanctify-for-execution (component)
(declare (ignore component))
(inst rep)
(inst stos zero)))
-(in-package :sb!c)
+(in-package "SB!C")
+
(defoptimizer (allocate-vector stack-allocate-result)
((type length words) node)
(ecase (policy node stack-allocate-vector)
(dolist (arg args)
(annotate-1-value-lvar arg))))
-(in-package :sb!vm)
+
+(in-package "SB!VM")
;;;
(define-vop (allocate-code-object)
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(in-package :sb!vm)
+(in-package "SB!VM")
(defun sanctify-for-execution (component)
(declare (ignore component))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.4.45"
+"0.9.4.46"