<div dir="ltr"><div dir="ltr">Hi Ken,<div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 7, 2018 at 2:06 PM Ken.Dickey <<a href="mailto:Ken.Dickey@whidbey.com">Ken.Dickey@whidbey.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">With the obvious preceding hacks, I now get<br>
<br>
unix/vm/sqUnixHeartbeat.o:190:3: <br>
  #error "no high res clock defined"<br>
<br>
What is the recommended fix/workaround?<br></blockquote><div><br></div><div>Most processors supply some high frequency inaccurate clock.  The idea here is to find out what ARM64 defines and to provide access to it.  But if you read the code you'll see that apparently the ARM6 doesn't have such a clock, in which case the function answers 0.  So you can simply extend the define to cover ARM8.</div><div><br></div><div>A word to TimR; the lack of such a clock means that Andreas' profiler won't work properly.  We should think about this, either not using the clock and using utcMicrosecondsNow, or perhaps falling back on utcMicrosecondsNow if the processor-specific high resolution clock is unavailable.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
Thkx,<br>
-KenD<br>
_______________________________________________<br>
VM-beginners mailing list<br>
<a href="mailto:VM-beginners@lists.squeakfoundation.org" target="_blank">VM-beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div></div></div>