NextPrevUpTopContentsIndex

15.2.2 Accessors not using structure instance protocol

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.


LispWorks User Guide - 11 Mar 2008

NextPrevUpTopContentsIndex