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

*load-xref-info*

This variable is a boolean which determines whether cross-reference information in a fasl file is loaded and stored into the cross-reference database (recall that compiling a file only puts cross-reference information in the fasl file). When *load-xref-info* is true, the cross-reference database will be updated with any cross-reference information stored in fasl files that are loaded. The value of this variable controls loading done by any method (by load, :ld, :cload, require, etc.) and none of those functions or commands have arguments that can override the value of this variable.

The initial value of this variable is dependent on how Lisp was installed. Users who want cross reference information recorded should set this value and that of *record-xref-info* variable to t. Be warned that compilation time, image size and fasl file size are all increased by the generation and loading of cross reference information.

See also cross-reference.htm for general information on the cross-reference facility in Allegro CL, and see *record-xref-info*


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