<div dir="ltr">Hey,<div><br></div><div>By the way as you are talking about Immediate objects tags and Spur&#39;s object representation, I read on other VMs reports that it is faster in overall performance to have pointers tagged with the xxx1 and SmallIntegers tagged with xxx0, because SmallIntegers arithmetics is then much faster. Is it possible to modify that easily in Cog to try ? Do you have to edit only a few methods such as #longAt:, #integerValueOf: and SmallInteger primitives ?</div>

<div><br></div><div>Another thing, I read in a java VM report that only 1% of objects needs a hash (other objects hash are unused), so their hash implementation took only 2 bits in the header, being:</div><div>01 -&gt; no hash</div>

<div>10 -&gt; hash is the object&#39;s address</div><div>11 -&gt; hash is in a header extension</div><div>Therefore, on first access to the hash, hash bits switches from 01 to 10, and the GC on objects with 10 switches the hash bits from 10 to 11 and add a header extension with the old address of the object. But I know I&#39;m not teaching you anything there. What I would like to know is why did you choose in Spur to have a 22bits hash in the header over this implementation, and will the hash in Spur be calculated at each instantiation or lazily ?</div>

<div><br></div><div>Thanks for any answers,</div><div><br></div><div>Regards, Clement</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/12 Henrik Johansen <span dir="ltr">&lt;<a href="mailto:henrik.s.johansen@veloxit.no" target="_blank">henrik.s.johansen@veloxit.no</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br><div style="word-wrap:break-word"><br><div><div>On 12 Nov 2013, at 11:55 , Henrik Johansen &lt;<a href="mailto:henrik.s.johansen@veloxit.no" target="_blank">henrik.s.johansen@veloxit.no</a>&gt; wrote:</div>

<br><blockquote type="cite"><div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">nterest ~= time and: [skills]<span> </span></span></div>

</blockquote></div><br><div>OT: I swear, missing parenthesis will be the death of me!</div></div><br></blockquote></div><br></div>