1.0.19.7: refactor stack allocation decisions
[sbcl.git] / package-data-list.lisp-expr
index 7238807..0a3357c 100644 (file)
@@ -584,6 +584,9 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*."
                "*GC-RUN-TIME*"
                "PURIFY"
 
+               ;; Stack allocation control
+               "*STACK-ALLOCATE-DYNAMIC-EXTENT*"
+
                ;; Customizing printing of compiler and debugger messages
                "*COMPILER-PRINT-VARIABLE-ALIST*"
                "*DEBUG-PRINT-VARIABLE-ALIST*"
@@ -800,6 +803,9 @@ possibly temporariliy, because it might be used internally."
                "FP-ZERO-P"
                "NEG-FP-ZERO"
 
+               ;; Stack allocation without any questions asked
+               "TRULY-DYNAMIC-EXTENT"
+
                ;; generic set implementation
                "ADD-TO-XSET"
                "ALLOC-XSET"