| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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-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 |