<div dir="ltr">So as I understand it, the scheduling in Mavericks is designed to cut down on wasted time and energy powering up and down the CPU/GPU. I have no idea what that&#39;s going to do to the heartbeat. AppNap is I think orthogonal to the processor scheduling thing. <div>
<br></div><div style>Anyway, has anyone built a VM on Mavericks yet? Seems like the best way to find out what the impact of this stuff might be.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 24, 2013 at 5:21 PM, tim Rowledge <span dir="ltr">&lt;<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 24-10-2013, at 5:09 PM, Igor Stasenko &lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; you mean stepping?<br>
&gt; you can signal that semaphore if someone needs to step, as easy as:<br>
&gt;<br>
&gt; [ [stepTime asDelay wait. sema signal ] repeat ] fork<br>
&gt;<br>
&gt; (sure not exactly like above, but you got an idea)<br>
&gt;<br>
&gt; i see no problem here.<br>
&gt;<br>
<br>
That - or something similar, as you say - would provide current morphic behaviour BUT it is really just a way to cause the problem time coalescing is trying to solve.<br>
<br>
I strongly suspect there is a lot of improvement in Morphic performance that can be gained by making the morphs do smarter (or less) stepping work. Obviously an animated widget is going to want to, well, animate. Almost all widgets to do with text display (editors, lists, buttons) aren&#39;t animating. They don&#39;t need to step unless there is good reason to think something relevant has changed. As an example, Scratch performance on a Pi took a good step (d&#39;oh, bad pun) forward simply by stopping UpdatingStringMorphs (used for watcher-morphs, for game scores etc) from querying and redisplaying their value every time and instead only re-displaying when the value changed. I suspect here are a lot of cases where we know that some code is going to change state that will then need displays updating and instead of relying on a large number of dumb polling tests we might use an analogue of the old changed/update mvc protocols that *only* advise of a need to step soon.<br>

<div class="im"><br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" target="_blank">http://www.rowledge.org/tim</a><br>
</div>Useful random insult:- A kangaroo loose in her top paddock.<br>
<br>
<br>
</blockquote></div><br></div>