To reduce the size of the delivered image, the delivery process compresses the representation of CLOS metaobjects (classes, generic functions and methods). This includes:
:metaclasses-to-keep-effective-slots
and
:classes-to-keep-effective-slots
.
keep-clos
. If
:keep-clos
is
t
, the representation of method objects is not compressed. There is also no compression if you add a method to
method-qualifiers
,
method-specializers
or
method-function
.
:keep-clos
is
t
, or if you add methods to any of the accessors of generic functions.