Hi guys. I noticed that there is a limit in the number of objects you can become. In my case, I am becoming 2312157 objects. So..I don&#39;t expect that the become works. I imagine that it was not designed for so many objects in mind ;)<br>
However, what I would really understand is where is the limitation and the reason. And of course, if someone already knows which is the real number limit. Otherwise, I will do a kind of binary search and discover it. <br>
<br>If you want to reproduce it:<br><br>| dict |<br>dict := Dictionary new.<br>2312157 timesRepeat: [ dict at: Object new put: Object new ]. <br>3 timesRepeat: [Smalltalk garbageCollect].<br>dict keys elementsForwardIdentityTo: dict values.<br>
<br>throws a #primitiveFailed.     <br><br>Thanks,<br><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>