[Webkit-unassigned] [Bug 46592] Convert CSSStyleSelector::applyProperty to use function pointers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 01:27:28 PST 2011


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





--- Comment #48 from Antti Koivisto <koivisto at iki.fi>  2011-02-18 01:27:27 PST ---
(In reply to comment #45)
> Did some page cycler runs with the last patch, it didn't appear to make any real difference to overall page load times.

I don't think "page cycler" is the right way to test performance here. You need to use profiler to measure the samples under applyProperty() on real world scenarios (over full page load of web sites).

CSSStyleSelector::applyProperty is currently the seconds hottest single WebCore function on typical web sites and no regression here can be allowed.

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



More information about the webkit-unassigned mailing list