NextPrevUpTopContentsIndex

12.6.7 Optimize your code with compiler explanations

The :explain declaration controls messages printed by the compiler while it is processing forms, helping you to optimize your code.

Various keywords allows you to see information about compiler transformations depending on type information, allocation of floats and bignums, floating point variables, function calls, argument types and so on. See the section "Optimizing your code" in the LispWorks User Guide .


LispWorks Release Notes and Installation Guide - 18 Mar 2008

NextPrevUpTopContentsIndex