Skip to content
Snippets Groups Projects
Commit 01c76f7b authored by emarsden's avatar emarsden
Browse files

From Brian Uhrain:

Extra static symbols for the recent core-search-path changes, for the
Alpha architecture.
parent a79a7c8a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/parms.lisp,v 1.9 2003/02/12 15:53:46 emarsden Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/parms.lisp,v 1.10 2003/02/16 19:18:41 emarsden Rel $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -222,6 +222,14 @@ ...@@ -222,6 +222,14 @@
lisp::*free-interrupt-context-index* lisp::*free-interrupt-context-index*
unix::*interrupts-enabled* unix::*interrupts-enabled*
unix::*interrupt-pending* unix::*interrupt-pending*
;; Make the ..slot-unbound.. symbol static to optimise the
;; common slot unbound check.
pcl::..slot-unbound..
;; These are filled in the C run-time.
lisp::*cmucl-lib*
lisp::*cmucl-core-path*
)) ))
(defparameter static-functions (defparameter static-functions
......
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