Eigenclass model: Difference between revisions

Content deleted Content added
Hundblue (talk | contribs)
The initial release
 
In Ruby: Corrected typo in link
Line 587:
Moreover, Ruby in fact maintains 2 actuality extents, i.e. two different sets of actual objects.
The first set is the set of actually <em>referenced</em> objects. The second, larger set is the set of <em>allocated</em> objects.
The actualclass map for the larger set corresponds to the <code>klass</code> field in the [[C_(Programming_languageprogramming_language)|C]] source code of MRI.
 
==== In Smalltalk-80 ====