<div dir="ltr"><div><div><div><div><div>Interesting, but the primitive is digitDiv:neg: , not \\\<br></div>Why wouldn&#39;t the primitive be reported on the Smalltalk stack?<br><br></div>By the way, \\\ is not really usefull anymore.<br>
</div>The main difference is that \\\ avoids a normalization of the result. Please note that you should not use it with negative receiver or argument.<br></div>Also note that \\ should be faster for Small Integers and for LargeInteger up to 64 bits (we now have a primitive for that)<br>
For LargeIntegers &gt; 64 bits, \\ will be a bit longer because we pass thru a primitiveFail before  calling same primitive than \\\, and then normalize quotient and remainder.<br><br></div>Nicolas<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/6/16 Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 16 June 2013 10:13, Frank Shearar &lt;<a href="mailto:frank.shearar@gmail.com">frank.shearar@gmail.com</a>&gt; wrote:<br>
&gt; On 9 December 2012 00:00, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt; wrote:<br>
&gt;&gt; On Sat, Dec 08, 2012 at 10:48:16PM +0000, Frank Shearar wrote:<br>
&gt;&gt;&gt; On 8 December 2012 21:56, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; On Sat, Dec 08, 2012 at 09:50:21PM +0000, Frank Shearar wrote:<br>
&gt;&gt;&gt; &gt;&gt; On 8 December 2012 21:24, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; We may have tripped an intermittent bug, and it might or might not be<br>
&gt;&gt;&gt; &gt;&gt; &gt; aggrivated by the image having been saved in the 6504 format. The actual<br>
&gt;&gt;&gt; &gt;&gt; &gt; failure was in a LargeIntegersPlugin primitive, so I&#39;m not quite sure<br>
&gt;&gt;&gt; &gt;&gt; &gt; what to make of it.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Indeed. #55 passed, and so has #56.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I see three successful runs now. It wouldn&#39;t hurt to run it a couple more<br>
&gt;&gt;&gt; &gt; times and see if it stays healthy. But I need to leave for an hour or two,<br>
&gt;&gt;&gt; &gt; so I won&#39;t do anything further right now.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #57 - 60 have all passed.<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Good. Whatever it was, it&#39;s not an issue to get in the way of the release.<br>
&gt;<br>
&gt; It just manifested again, for the first time in ages:<br>
&gt; <a href="http://build.squeak.org/job/SqueakTrunk/383/console" target="_blank">http://build.squeak.org/job/SqueakTrunk/383/console</a><br>
<br>
</div></div>And here&#39;s the crash dump.<br>
<br>
&gt; frank<br>
&gt;<br>
&gt;<br>
&gt;&gt; Dave<br>
&gt;&gt;<br>
<br><br>
<br></blockquote></div><br></div>