RESOLVED FIXED 114110
Do not allocate static AtomicStrings when searching for alternate font names
https://bugs.webkit.org/show_bug.cgi?id=114110
Summary Do not allocate static AtomicStrings when searching for alternate font names
Benjamin Poulain
Reported 2013-04-06 21:44:34 PDT
Do not allocate static AtomicStrings when searching for alternate font names
Attachments
Patch (7.92 KB, patch)
2013-04-06 22:05 PDT, Benjamin Poulain
ggaren: review+
Benjamin Poulain
Comment 1 2013-04-06 22:05:27 PDT
Geoffrey Garen
Comment 2 2013-04-07 12:38:33 PDT
Comment on attachment 196769 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196769&action=review r=me > Source/WebCore/ChangeLog:25 > + To avoid comparing the input to every string, every time, the lenght of Typo: length. > Source/WebCore/platform/graphics/FontCache.cpp:156 > + // Alias Arial and Helvetica Typo: Needs a ".".
Benjamin Poulain
Comment 3 2013-04-07 18:00:23 PDT
Note You need to log in before you can comment on or make changes to this bug.