This variable is similar to *load-xref-info*
and *load-source-file-info*
in that it controls
whether information stored in a fasl file should be loaded into Lisp when
the fasl file is loaded. The
information is local name and scope information useful for debugging
(but somewhat wasteful of space). That information is written to
fasl files when the values of
the optimization qualities safety, space, speed, and debug are such
that either or both or the compiler switches save-local-names-switch
and
save-local-scopes-switch
are true. See Declarations and optimizations
in compiling.htm for information on
switches.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.