On Tue, Nov 16, 2010 at 1:15 PM, Nikodemus Siivola <span dir="ltr"><<a href="mailto:nikodemus@random-state.net">nikodemus@random-state.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I *think* permutation vectors can be extended to accessors<br>
as well, but I don't know how commonly that is implemented (eg. SBCL<br>
at least currently doesn't)</blockquote><div><br>Presumably the automatically generated methods for the accessor use the optimization internally, but the compiler can't inline those methods -- it has to go through the generic function call, as you might have overridden the accessor with an explicit method on a subclass, or added a daemon method, or something.<br>
<br>-- Scott<br><br></div></div><br>