[Webkit-unassigned] [Bug 64865] New: Switch isQuirkValue() virtual function to inline one.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 20 06:05:49 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64865
Summary: Switch isQuirkValue() virtual function to inline one.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: Czene.Tamas at stud.u-szeged.hu
Removing the virtual functions - removing the calls - makes measurable performance progression on CSS.
We measured the following performance progressions on some very popular websites, for example:
msn.com: 32,4%
yandex.ru: 2%
The number of variables created during the test.
m_isQuirkValue 229806
The max number of variables in the memory during the test.
m_isQuirkValue 2749
--
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