X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=6de669888adee3dca3a60d6a015c6aae09b13708;hb=0338d1fc97a74b8ff332821ea275120b9de951c1;hp=01ae58dbb58ada4d5712ec632bc54b6e3c47a651;hpb=c548f73e8dd676d6ec4576eba6ab661a5061bdfe;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 01ae58d..6de6698 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,10 +37,16 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* + #!+(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* @@ -52,4 +62,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*))