All Manuals > LispWorks User Guide and Reference Manual > 9 The Compiler > 9.7 Optimizing your code

NextPrevUpTopContentsIndex

9.7.6 Stack allocation of objects with dynamic extent

(declare dynamic-extent) will optimize these calls so that they allocate in the stack, in all cases:

(declare dynamic-extent) will also optimize these specific calls:


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex