<div dir="ltr"><div>OK, I did think of it, but effectively considered it was not maintained in COG.<br></div><div>If we really want to re-integrate this, what would be the right type to use?<br></div><div>We can&#39;t use long (might be too short), nor sqLong (might be too long).<br></div><div>Should we create a new type just for this case?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-07-07 18:03 GMT+02:00 David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
sqInt is not always large enough to hold a pointer, in particular for the<br>
common case of a 64-bit VM running a 32-bit object memory (yes I know<br>
there is not currently such a configuration for Cog/Spur). It would be<br>
good to avoid that assumption if possible.<br>
<br>
Dave<br>
<br>
&gt;    Branch: refs/heads/Cog<br>
&gt;   Home:   <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm" rel="noreferrer" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm</a><br>
&gt;   Commit: 08822ce610c20b61e1faec0ce72e635c8ad10e7c<br>
&gt;       <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/08822ce610c20b61e1faec0ce72e635c8ad10e7c" rel="noreferrer" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/08822ce610c20b61e1faec0ce72e635c8ad10e7c</a><br>
&gt;   Author: Nicolas Cellier &lt;<a href="mailto:nicolas.cellier@sirehna.com">nicolas.cellier@sirehna.com</a>&gt;<br>
&gt;   Date:   2016-07-07 (Thu, 07 Jul 2016)<br>
&gt;<br>
&gt;   Changed paths:<br>
&gt;     M platforms/win32/vm/sqWin32Backtrace.c<br>
&gt;<br>
&gt;   Log Message:<br>
&gt;   -----------<br>
&gt;   Revise valid macro for LLP64 case in sqWin32Backtrace.c<br>
&gt;<br>
&gt; The code would have truncated fp bits because sizeof(long) &gt; sizeof(fp) in<br>
&gt; LLP64<br>
&gt; It would have worked because we only inspect least significant bits for<br>
&gt; alignment<br>
&gt; But it&#39;s better to suppress suspicious compiler warning.<br>
&gt; Thus use sqInt which is allways large enough to hold a pointer.<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</blockquote></div><br></div>