Profiling in 4.1 (was: MessageTally problems)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Profiling in 4.1 (was: MessageTally problems)

Chris Muller-3
Thanks for your help.  Is it theoretically possible for the VM to be
told by the image, just before a profile starts, "turn on the
timer-checking" and then, after the profile, don't?

Profiling is such an important tool for performance.  Is there any way
we can both have and eat cake?

On Fri, Apr 23, 2010 at 10:55 AM, Andreas Raab <[hidden email]> wrote:

> On 4/23/2010 7:52 AM, Brent Pinkney wrote:
>>
>>>
>>> http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-February/134405.html
>>
>> Any ideas on why the primitive clock-check was removed from the VM ?
>
> Performance. It somewhat slowed primitive dispatch since a timer check had
> to be done for each primitive.
>
> Cheers,
>  - Andreas
>
>
>
>