X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=430b1c775803b6cd18025b46d6a3fda4fc6a8c13;hb=2c06e3056fe6aa820817a927fa0e840eb7b8edb7;hp=01ae58dbb58ada4d5712ec632bc54b6e3c47a651;hpb=c548f73e8dd676d6ec4576eba6ab661a5061bdfe;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 01ae58d..430b1c7 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -37,6 +37,7 @@ *interrupts-enabled* *interrupt-pending* *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 +53,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*))