[REBOL] Re: strange behaviour of 'MOLD ?!?!
From: cyphre:volny:cz at: 26-Sep-2001 9:39
Hi Anton,
seems you have much faster machine ;-)
>> s: now/time/precise mold system/view probe now/time/precise - s
0:00:00.49
== 0:00:00.49
>> view layout [button "test" [s: now/time/precise mold system/view probe
now/time/precise - s]]
0:00:05.6 ;after pressing button
>>
It looks that some object! somewhere in system/view is bigger when layout is
running...
>> view layout [button "test" [s: now/time/precise xx: do mold system/view
[] probe now/time/precise - s]]
0:00:05.93
>> type? xx
== object!
>> s: now/time/precise mold xx probe now/time/precise - s
0:00:05.98
== 0:00:05.98
>>
Anyway, I would apreciate more detailed explanation. Anyone? ;-)
regards,
Cyphre