16 Nov
2010
16 Nov
'10
10:18 p.m.
On 17 November 2010 00:07, Scott L. Burson <Scott@sympoiesis.com> wrote:
Presumably the automatically generated methods for the accessor use the optimization internally, but the compiler can't inline those methods -- it
Basically yes. (Also, in addition to Andreas' caveat about implementation differences, note that the optimization I mentioned can only be utilized in DEFMETHOD bodies, not inside a DEFUN -- or at least it drifts into the realm of heroic optimizations there.) Cheers, -- Nikodemus