[Webkit-unassigned] [Bug 33876] New: [Qt] Shortcut for Font::floatWidthForComplexText
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 19 16:52:52 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33876
Summary: [Qt] Shortcut for Font::floatWidthForComplexText
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zecke at selfish.org
For text which only consists of one charachter we can avoid using harfbuzz and
try QFontMetrics::width instead. In the case of loading google.com/news
(english version) 23% of all calls to the floatWidthForComplexText is from a
space. It is also true for other sites with less links.
I'm currently doing a reduction and looking into the possible performance gain.
--
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