All Manuals > LispWorks User Guide and Reference Manual > 9 The Compiler > 9.7 Optimizing your code > 9.7.5 Usage of special variables

NextPrevUpTopContentsIndex

9.7.5.2 Coalesce multiple special bindings

If a set of specials are always bound at the same time, it is better to store the values in a single structure object and bind one special variable to that object, to reduce the overall number of special bindings.


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex