<br><br><div class="gmail_quote">On Wed, Nov 19, 2008 at 2:45 PM, Michael van der Gulik <span dir="ltr">&lt;<a href="mailto:mikevdg@gmail.com">mikevdg@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d"><br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 7:29 AM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<div class="gmail_quote"><br><div>To fix this change</div><div><div>bytecodePrimClass</div><div><span style="white-space:pre">        </span>| rcvr |</div><div><span style="white-space:pre">        </span>rcvr := self internalStackTop.</div>


<div><span style="white-space:pre">        </span>self internalPop: 1 thenPush: (self fetchClassOf: rcvr).</div><div><span style="white-space:pre">        </span>self fetchNextBytecode.</div>
<div>to</div><div><div>bytecodePrimClass</div><div><span style="white-space:pre">        </span>messageSelector := self specialSelector: 23.</div><div><span style="white-space:pre">        </span>argumentCount := 0.</div>
<div><span style="white-space:pre">        </span>self normalSend.</div><div><br></div></div></div></div></blockquote></div><br></div>Eliot: have you submitted this to the VM guys (via <a href="http://bugs.squeak.org" target="_blank">bugs.squeak.org</a> I guess)?<br>

<br>If not, let me know and I&#39;ll fill in a bug report.</blockquote><div><br></div><div>Arguably it&#39;s not a bug, but an obsolete optimization. &nbsp;Feel free to submit the bug, but I&#39;ll probably change it in Cog anyway. &nbsp;I&#39;ll talk it over with Andreas on Friday.</div>
<div><br></div><div>&nbsp;&nbsp;&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><font color="#888888"><br>Michael.</font><div><div></div><div class="Wj3C7c"><br><br clear="all">
<br>-- <br><a href="http://people.squeakfoundation.org/person/mikevdg" target="_blank">http://people.squeakfoundation.org/person/mikevdg</a><br>
<a href="http://gulik.pbwiki.com/" target="_blank">http://gulik.pbwiki.com/</a><br>
</div></div><br><br>
<br></blockquote></div><br>