VariablePackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

*load-source-file-info*

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version