RESOLVED FIXED 115424
[Mac] Make adoptNS faster on platforms without garbage collection by skipping a CFRetain/NSRelease pair
https://bugs.webkit.org/show_bug.cgi?id=115424
Summary [Mac] Make adoptNS faster on platforms without garbage collection by skipping...
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.