<div dir="ltr">Hey everyone,<div><br></div><div>I remember a discussion from january 2014 where it was said that the following primitives:</div><div>- someObject</div><div>- nextObject</div><div>- someInstance</div><div>- nextInstance</div><div>did not make sense in Spur as they expect an ordering of objects. I think it was suggested to replace them with the primitives:</div><div>- allObjects 178</div><div>- allInstances 177</div><div><br></div><div>I saw that the implementation of allObjects and allInstances are in the repository. Now at image-level, in squeak 4.5 and Pharo 4, allObjectsDo: still uses nextObject and someObject.</div><div><br></div><div>So I am wondering, should we change the image-side implementation of allObjectsDo: to use primitive 178 allObjects ? If so, does it work in the V3 memory manager (when I tried it didn&#39;t work but it may be my VM) ?</div><div><br></div><div>Best,</div><div><br></div><div>Clement</div><div><br></div><div><br></div></div>