A nice feature, but it's too bad there is not a full instance metaclass for precisely controlling how each instance is stored. Perl and Common Lisp have this.
Maybe I don't understand all that "full instance metaclass" implies, but if you use properties, you can control how each member is handled. With properties for each instance member, seems like you have total control.
Or is that just not convenient or powerful enough?