Bug 5681 - font family management can be faster by avoiding NSString/autorelease
Summary: font family management can be faster by avoiding NSString/autorelease
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 08:24 PST by Darin Adler
Modified: 2005-11-29 09:22 PST (History)
0 users

See Also:


Attachments
use CFString instead of NSString for a small speedup (3.04 KB, patch)
2005-11-09 08:25 PST, Darin Adler
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-11-09 08:24:17 PST
 
Comment 1 Darin Adler 2005-11-09 08:25:02 PST
Created attachment 4644 [details]
use CFString instead of NSString for a small speedup
Comment 2 Eric Seidel (no email) 2005-11-09 12:18:22 PST
Comment on attachment 4644 [details]
use CFString instead of NSString for a small speedup

Looks fine.