[webkit-reviews] review requested: [Bug 64262] Small speed up, which switches some virtual functions to inline ones. : [Attachment 101148] Small speed up, which switches some virtual functions to inline ones.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 05:09:46 PDT 2011


Czene Tamas <Czene.Tamas at stud.u-szeged.hu> has asked  for review:
Bug 64262: Small speed up, which switches some virtual functions to inline
ones.
https://bugs.webkit.org/show_bug.cgi?id=64262

Attachment 101148: Small speed up, which switches some virtual functions to
inline ones.
https://bugs.webkit.org/attachment.cgi?id=101148&action=review

------- Additional Comments from Czene Tamas <Czene.Tamas at stud.u-szeged.hu>
We measured the following performance progressions on some very popular
websites, for example:
twitter.com: 5.5%
youtube.com: 7.4%
yahoo.com: 6.5%

The number of variables created during the test.
m_isPrimitiveValue 261596
m_isQuirkValue 229806 
m_isFixedSize 725

The max number of variables in the memory during the test.
m_isPrimitiveValue 468 
m_isQuirkValue 2749
m_isFixedsize 57


More information about the webkit-reviews mailing list