By default,
defclass
creates optimized standard accessors which do not call
slot-value-using-class
.
This optimization is controlled by the
defclass
option
:optimize-slot-access
, which defaults to
t
.
There is an illustration of this effect of
:optimize-slot-access
in the example below.