<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi Nicolas,</div><div><br>On Aug 10, 2015, at 1:32 PM, Nicolas Cellier &lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>Hum, but then wait, see suspicious code below</div></blockquote><div><br></div>[snip]<br><br><blockquote type="cite"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div><div><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Item was changed:<br>
&nbsp; ----- Method: SimpleStackBasedCogit&gt;&gt;genPrimitiveLessThan (in category 'primitive generators') -----<br>
&nbsp; genPrimitiveLessThan<br>
+&nbsp; &nbsp; &nbsp; &nbsp;^self<br>
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;genSmallIntegerComparison: JumpLess<br>
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;orDoubleComparison: #JumpFPGreaterOrEqual:<div style="display: none;"><br></div></blockquote></div></div></div></div></blockquote></div></div></div></blockquote></div></div></div></div></div></blockquote><div>and shouldn't it be JumpFPGreater ???</div></blockquote><br><div>No. &nbsp;(a&gt;b) = !(b&gt;=a); (a&gt;b) != !(b&gt;a) if a = b.</div></body></html>