| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |