X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=4d7c6694ceb02d7f841a1c0a7e840095299e937f;hb=b0b168c08b31a748150f404398af754f26fd4813;hp=481a29abfa57681960f57fc3e07fbba101c3b877;hpb=10818ee6db49b075698b45296825fc79f64c93e3;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 481a29a..4d7c669 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -9,11 +9,12 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - ;;; entries in STATIC-SYMBOLS table, references to which can be compiled ;;; as though they're special variables +;;; +;;; FIXME: These should be listed once and only once, instead of +;;; listed here and then listed separately (and by now, 2001-06-06, +;;; slightly differently) elsewhere. (declaim (special *posix-argv* *!initial-fdefn-objects* *read-only-space-free-pointer* @@ -21,10 +22,14 @@ sb!vm:*initial-dynamic-space-free-pointer* *current-catch-block* *current-unwind-protect-block* - sb!c::*eval-stack-top* sb!vm::*alien-stack* - ;; KLUDGE: I happened to notice that these should be #!+X86. - ;; There could easily be others in the list, too. + ;; FIXME: The pseudo-atomic variable stuff should be + ;; conditional on :SB-PSEUDO-ATOMIC-SYMBOLS, which + ;; should be conditional on :X86, instead of the + ;; pseudo-atomic stuff being directly conditional on + ;; :X86. (Note that non-X86 ports mention + ;; pseudo-atomicity too, but they handle it without + ;; messing with special variables.) #!+x86 *pseudo-atomic-atomic* #!+x86 *pseudo-atomic-interrupted* sb!unix::*interrupts-enabled* @@ -44,7 +49,4 @@ sb!vm::*fp-constant-l2e* sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* - sb!vm::*scavenge-read-only-space* - sb!pcl::..slot-unbound.. - sb!vm::*x86-cgc-active-p* - sb!vm::*static-blue-bag*)) + sb!pcl::..slot-unbound..))