3.6 Debugging compiled code
special
declaration is exactly the same in the Compiler and the interpreter, compiled access to special variables occurs through in-line coding of the Common Lisp function symbol-value
. An unbound special variable can cause obscure errors. To check special variables, you can either declare thesymbol-value
function asnotinline
or compile code with the safety
optimization level set to 3.
Generated with Harlequin WebMaker