[BUG] why is frame rate in 3.2.5 slower?

John M McIntosh johnmci at smalltalkconsulting.com
Mon Mar 11 07:37:33 UTC 2002


>Hint I've *NOT* carefully written this code, but some Morphic whiz 
>should check for flaws. I've not even collapsed some of the 
>assignments.
>
>WorldState>>interCyclePause:
>...
>	CanSurrenderToOS _ true.
>	wait > 0 ifTrue: [
>			actualTime _ (lastCycleTime - currentTime).
>			actualTime _ actualTime - wait.
>			lastCycleTime _ lastCycleTime - actualTime].
>

Mmm two bugs at least...
-- 
--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================



More information about the Squeak-dev mailing list