[Webkit-unassigned] [Bug 40077] [Qt] Implement the simple font code path.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 21:00:46 PDT 2010


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





--- Comment #5 from Holger Freyther <zecke at selfish.org>  2010-06-02 21:00:44 PST ---
Here are some comments.

1.) It feels odd to remove the FontFastPath.cpp and then have the new "Qt" simple code directly call the complex text path. This is feeling odd and is not how the code was working. E.g. for Qt < 4.7 the code to decide which fontpath to use, you could simply return Complex....

2.) It is a bit of a step back to introduce PLATFORM(QT) into the Font.cpp code, I have moved out the glyphcache to a new file as we do not want to use it.

3.) Once upon a time I hooked Simon up with the data (google news) for the font code benchmark, would you be interested to update the code and post new numbers?

-- 
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