Bug 115424 - [Mac] Make adoptNS faster on platforms without garbage collection by skipping a CFRetain/NSRelease pair
Summary: [Mac] Make adoptNS faster on platforms without garbage collection by skipping...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 09:12 PDT by Darin Adler
Modified: 2013-04-30 09:50 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2013-04-30 09:14 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (1.51 KB, patch)
2013-04-30 09:16 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2013-04-30 09:12:46 PDT
Make adoptNS faster on platforms without garbage collection by skipping a CFRetain/NSRelease pair
Comment 1 Darin Adler 2013-04-30 09:14:39 PDT
Created attachment 200121 [details]
Patch
Comment 2 Darin Adler 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.
Comment 3 Darin Adler 2013-04-30 09:16:37 PDT
Created attachment 200122 [details]
Patch
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2013-04-30 09:50:55 PDT
All reviewed patches have been landed.  Closing bug.