RESOLVED DUPLICATE of bug 115646 Bug 72477
Specialize HashTraits for RefPtr to use a raw pointer as "peek type" to reduce reference count churn
https://bugs.webkit.org/show_bug.cgi?id=72477
Summary Specialize HashTraits for RefPtr to use a raw pointer as "peek type" to reduc...
Darin Adler
Reported 2011-11-15 23:47:02 PST
Functions like get() on a HashMap with a RefPtr as a value should return raw pointers, not RefPtr. Making this change will require changing all the client code to remove unnecessary calls to get().
Attachments
Darin Adler
Comment 1 2013-05-26 18:10:55 PDT
*** This bug has been marked as a duplicate of bug 115646 ***
Note You need to log in before you can comment on or make changes to this bug.