[Webkit-unassigned] [Bug 21172] Profiler has a significant impact on performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 28 20:11:34 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21172





------- Comment #2 from oliver at apple.com  2008-09-28 20:11 PDT -------
Okay, i'm looking at this and i believe the problem is that the profiler does
far too much work on entry/exit.  Requesting the name of a Function is a
generic property lookup, and hence is a far too heavy cost for function entry
and exit.  I think a better approach would be just to store the function
pointer, and retrieve the actual information once profiling is complete.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list