RESOLVED FIXED 5681
font family management can be faster by avoiding NSString/autorelease
https://bugs.webkit.org/show_bug.cgi?id=5681
Summary font family management can be faster by avoiding NSString/autorelease
Darin Adler
Reported 2005-11-09 08:24:17 PST
Attachments
use CFString instead of NSString for a small speedup (3.04 KB, patch)
2005-11-09 08:25 PST, Darin Adler
eric: review+
Darin Adler
Comment 1 2005-11-09 08:25:02 PST
Created attachment 4644 [details] use CFString instead of NSString for a small speedup
Eric Seidel (no email)
Comment 2 2005-11-09 12:18:22 PST
Comment on attachment 4644 [details] use CFString instead of NSString for a small speedup Looks fine.
Note You need to log in before you can comment on or make changes to this bug.