This variable controls whether source file information recorded in
a fasl file is loaded into Lisp
when the fasl file is
loaded. Such information is only recorded in a fasl file if
*record-source-file-info*
is true at the time the file is compiled. The
information recorded in the fasl
file will be loaded into Lisp if the value of this variable is true
and will not be loaded if the value of this variable is nil
.
Note that loading a fasl file
that was compiled with *record-source-file-info*
nil
will never cause source file information to be
loaded into Lisp regardless of the value of this variable.
The value of this variable has no effect on recording source file information for source (rather than compiled) files loaded into Lisp or for definitions typed to the Lisp top-level.
The initial value of this variable depends on how Allegro CL was installed.
See also source-file-recording.htm for general information on source file recording in Allegro CL.
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.