RESOLVED FIXED Bug 72476
Specialize HashTraits for RefPtr to use PassRefPtr as "pass type" to reduce reference count churn
https://bugs.webkit.org/show_bug.cgi?id=72476
Summary Specialize HashTraits for RefPtr to use PassRefPtr as "pass type" to reduce r...
Darin Adler
Reported 2011-11-15 23:45:27 PST
Once the HashMap feature to use a "pass type" is complete, we can start using PassRefPtr for the "pass type" for hash maps where the value is a RefPtr. This should cut down on reference count churn a bit when adding items and taking items out of the map.
Attachments
Patch (2.31 KB, patch)
2011-12-05 16:46 PST, Darin Adler
no flags
Darin Adler
Comment 1 2011-12-05 16:46:53 PST
WebKit Review Bot
Comment 2 2011-12-24 14:49:38 PST
Comment on attachment 117954 [details] Patch Clearing flags on attachment: 117954 Committed r103665: <http://trac.webkit.org/changeset/103665>
WebKit Review Bot
Comment 3 2011-12-24 14:49:42 PST
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.