To reduce the size of the delivered image, the delivery process compress the represemtation of CLOS metaobjects (classes generic-functions, 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 closmethod-function
:keep-clos
is t
, or if you add methods to any of the accessors of generic functions.