X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fparms.lisp;h=c134c870cce9c90c8089a1d81e5b776e953e4f98;hb=74a1797f60e26c7adbc491840f89bbaab08e504d;hp=f1d56dce1da9868b483dd1bacadf74d6a2592e37;hpb=9769174fc3e1a9d840712a694f61c6051e161cd7;p=sbcl.git diff --git a/src/compiler/generic/parms.lisp b/src/compiler/generic/parms.lisp index f1d56dc..c134c87 100644 --- a/src/compiler/generic/parms.lisp +++ b/src/compiler/generic/parms.lisp @@ -52,6 +52,7 @@ ;; interrupt handling *alloc-signal* *free-interrupt-context-index* + sb!unix::*allow-with-interrupts* sb!unix::*interrupts-enabled* sb!unix::*interrupt-pending* *gc-inhibit* @@ -70,3 +71,7 @@ :value :key-and-value :key-or-value)) + +;;; Number of entries in the thread local storage. Limits the number +;;; of symbols with thread local bindings. +(def!constant tls-size 4096)