From 4f70121ec8bc82ccbedf731ac676f1af1b39dabb Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sun, 7 Jun 1998 17:56:16 +0000 Subject: [PATCH] Make pcl::..slot-unbound.. a static symbol to speed the common slot unbound checks. --- compiler/x86/parms.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/x86/parms.lisp b/compiler/x86/parms.lisp index 0b8608611..4a6bb0e0e 100644 --- a/compiler/x86/parms.lisp +++ b/compiler/x86/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (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 @@ ;; Multi-process support. *control-stacks* + ;; Make the ..slot-unbound.. symbol static to optimise the + ;; common slot unbound check. + pcl::..slot-unbound.. + ;; Spare symbols - spare-11 spare-10 spare-9 spare-8 -- GitLab