Bug 115424

Summary: [Mac] Make adoptNS faster on platforms without garbage collection by skipping a CFRetain/NSRelease pair
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Template FrameworkAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Darin Adler
Reported 2013-04-30 09:12:46 PDT
Make adoptNS faster on platforms without garbage collection by skipping a CFRetain/NSRelease pair
Attachments
Patch (1.50 KB, patch)
2013-04-30 09:14 PDT, Darin Adler
no flags
Patch (1.51 KB, patch)
2013-04-30 09:16 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2013-04-30 09:14:39 PDT
Darin Adler
Comment 2 2013-04-30 09:15:26 PDT
This is really an iOS optimization since that’s a common platform that has Objective-C but not garbage collection.
Darin Adler
Comment 3 2013-04-30 09:16:37 PDT
WebKit Commit Bot
Comment 4 2013-04-30 09:50:54 PDT
Comment on attachment 200122 [details] Patch Clearing flags on attachment: 200122 Committed r149373: <http://trac.webkit.org/changeset/149373>
WebKit Commit Bot
Comment 5 2013-04-30 09:50:55 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.