<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jan 12, 2014 at 12:47 PM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span> wrote:<br>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am not the person to shout “new primitives”, au contraire, I mostly favor<br>
moving stuff from the VM to the image, but in this instance—and clearly with<br>
seeing the different SqueakVM implementations—I think a new primitive is fair.<br></blockquote><div><br></div><div>You know, this makes me wonder if we should just get rid of #allObjectsDo: entirely. Anyone that wants to visit all the objects in the image can use #someObject and #nextObject directly, and write the loop in a way that makes sense for that use case. That also means we don&#39;t have problems on older VMs because inlining the loop means we don&#39;t create a block context every time we go through it. </div>
<div><br></div><div>Colin</div></div></div></div>