On 07/20/2009 09:59 PM, Stefan Schmiedl wrote:
On Mon, 20 Jul 2009 21:34:32 +0200
Paolo Bonzini<[email protected]> wrote:
st> (b := a allOwners) collect: [ :e | e class ]
allOwners ... good thing I didn't start writing a reference finder :-)
st> b first attributes basicSize
32
is basicSize the RAM allocated for "the object itself", i.e. mostly the
pointers referencing other objects?
No, it's the number of indexed instance variables ("slots" in the
OrderedCollection or Dictionary, elements in a non-growable collection
like Array or String).
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk