Allocates the objects produced by the specified forms to the static area. Objects in the static area are not moved, though they are garbage collected when there is no longer a pointer to the object.
in-static-area
is deprecated. Use make-array with :allocation
:static
where possible instead.
In 64-bit LispWorks and the Mobile GC, in-static-area
does not affect the allocation conses. There is no interface to make static conses in 64-bit LispWorks or the Mobile GC.
LispWorks User Guide and Reference Manual - 20 Sep 2017