X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=00fdf2c3f356be1607cfda71c9de239a7de2fc4e;hb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;hp=3ab97bf32346d0c9a055f689c77123060a404f3c;hpb=63f714af62d0ccdb9d4a793ab0245b036c3d8531;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 3ab97bf..00fdf2c 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -17,6 +17,10 @@ ;;; 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::*current-catch-block* @@ -33,9 +37,16 @@ ;; 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::*allocation-pointer* sb!vm::*binding-stack-pointer* sb!vm::*fp-constant-0d0* @@ -50,4 +61,6 @@ sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* sb!vm:*alloc-signal* - sb!pcl::..slot-unbound..)) + sb!pcl::..slot-unbound.. + sb!pcl::*cache-miss-values-stack* + sb!pcl::*dfun-miss-gfs-on-stack*))