May 3, 2009
8:14 p.m.
On May 3, 2009, at 9:18 PM, Igor Stasenko wrote:
2009/5/3 Stéphane Ducasse <stephane.ducasse@inria.fr>:
Still even with your speedup loaded I get 6534 ms in 10296cl :(
Is transcript using the old TextMorph, or its using a Shout text morph. It can be possible that its using a different route for updating a window contents, so given fix simply doesn't affects it.
Try debug Transcript show:, and see if its trying to update the morph immediately. My change were for TextMorph to not update contents immediately but rather on regular World update cycle.
Yes I saw that. But apparently the fix or its spirit) was already in: there is no refreshWorld anymore Stef