Skip to content
Snippets Groups Projects
Commit 4f70121e authored by dtc's avatar dtc
Browse files

Make pcl::..slot-unbound.. a static symbol to speed the common slot

unbound checks.
parent 7fe54947
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.10 1998/03/21 07:54:39 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.11 1998/06/07 17:56:16 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -288,8 +288,11 @@ ...@@ -288,8 +288,11 @@
;; Multi-process support. ;; Multi-process support.
*control-stacks* *control-stacks*
;; Make the ..slot-unbound.. symbol static to optimise the
;; common slot unbound check.
pcl::..slot-unbound..
;; Spare symbols ;; Spare symbols
spare-11
spare-10 spare-10
spare-9 spare-9
spare-8 spare-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment