Hi Matthew, Hi Yoshiki,<br><br><div><br></div><div>   thanks very much for this.  I have a fix which I should be able to roll out this evening or tomorrow.  The problem was that the run-time code that assigns inst vars of contexts was not preserving the register holding the receiver although the code generator thought it was.  So in MethodContext&gt;&gt;#privRefresh a subsequent reference to a context inst var failed because the register assumed to be holding the context got trashed.  There was another bug which caused the code generator&#39;s &quot;simulation stack&quot; (its main optimization data structure) to be off by one for context inst var assigns.  Hopefully these two fixes will fix Yoshiki&#39;s bug also.  Yoskhiki, do you have a more reliable way of reproducing that bug?</div>
<div><br></div><div>best</div><div>Eliot</div><div><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 6:40 PM, Matthew Fulmer <span dir="ltr">&lt;<a href="mailto:tapplek@gmail.com">tapplek@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="im"><br>
On Thu, Jan 06, 2011 at 09:27:14PM -0500, Matthew Fulmer wrote:<br>
&gt;<br>
&gt; In Cog release 2341, as distributed at<br>
&gt; <a href="http://www.mirandabanda.org/files/Cog/VM/VM.r2341/" target="_blank">http://www.mirandabanda.org/files/Cog/VM/VM.r2341/</a><br>
&gt;<br>
&gt; this causes an MNU. It should evaluate to true:<br>
&gt;<br>
&gt; | a | a := false. [a ifFalse: [Error signal]] on: Error do: [:ex | a := true. ex retry]<br>
<br>
</div>actually it should evaluate to nil<br>
<div><div></div><div class="h5"><br>
--<br>
Matthew Fulmer (a.k.a. Tapple)<br>
</div></div></blockquote></div><br></div>