X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=6de669888adee3dca3a60d6a015c6aae09b13708;hb=0338d1fc97a74b8ff332821ea275120b9de951c1;hp=071a1b68427aadd54c8b3a9880c00cb55a3c89f5;hpb=1600081cf1b71b3d0e2e40de1c1c124a3a4fd40c;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 071a1b6..6de6698 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -17,9 +17,12 @@ ;;; slightly differently) elsewhere. (declaim (special *posix-argv* *core-string* + *stdin* + *stdout* + *stderr* + *tty* *read-only-space-free-pointer* sb!vm:*static-space-free-pointer* - sb!vm:*initial-dynamic-space-free-pointer* sb!vm::*current-catch-block* sb!vm::*current-unwind-protect-block* sb!vm::*alien-stack* @@ -34,9 +37,17 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* - sb!unix::*interrupts-enabled* - sb!unix::*interrupt-pending* + #!+(or hpux) sb!vm::*c-lra* + *allow-with-interrupts* + sb!unix::*unblock-deferrables-on-enabling-interrupts-p* + *interrupts-enabled* + *interrupt-pending* + #!+sb-thruption *thruption-pending* + #!+sb-safepoint *gc-safe* + #!+sb-safepoint *in-safepoint* *free-interrupt-context-index* + sb!kernel::*gc-epoch* + sb!vm::*unwind-to-frame-function* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer* sb!vm::*fp-constant-0d0* @@ -50,4 +61,7 @@ sb!vm::*fp-constant-l2e* sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* - sb!pcl::..slot-unbound..)) + sb!vm:*alloc-signal* + sb!pcl::..slot-unbound.. + sb!pcl::*cache-miss-values-stack* + sb!pcl::*dfun-miss-gfs-on-stack*))