RESOLVED FIXED Bug 115646
HashTraits<RefPtr<P> >::PeekType should be raw pointer for better performance
https://bugs.webkit.org/show_bug.cgi?id=115646
Summary HashTraits<RefPtr<P> >::PeekType should be raw pointer for better performance
Mikhail Pozdnyakov
Reported 2013-05-06 08:01:42 PDT
HashTraits<RefPtr<P> >::PeekType should be raw pointer so that we can obviate multiple RefPtr copying when invoking HashMap::get() method (and when HashMap value type is RefPtr).
Attachments
WIP (23.78 KB, patch)
2013-05-06 08:04 PDT, Mikhail Pozdnyakov
webkit-ews: commit-queue-
WIP 2 (29.25 KB, patch)
2013-05-06 09:11 PDT, Mikhail Pozdnyakov
buildbot: commit-queue-
WIP 3 (29.85 KB, patch)
2013-05-06 09:55 PDT, Mikhail Pozdnyakov
no flags
patch (37.34 KB, patch)
2013-05-06 11:18 PDT, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2013-05-06 08:04:51 PDT
Created attachment 200671 [details] WIP let's see what EWS tells.
Early Warning System Bot
Comment 2 2013-05-06 08:14:50 PDT
Early Warning System Bot
Comment 3 2013-05-06 08:18:11 PDT
Build Bot
Comment 4 2013-05-06 08:27:49 PDT
Build Bot
Comment 5 2013-05-06 08:34:55 PDT
Build Bot
Comment 6 2013-05-06 08:50:10 PDT
Mikhail Pozdnyakov
Comment 7 2013-05-06 09:11:20 PDT
Build Bot
Comment 8 2013-05-06 09:51:28 PDT
Mikhail Pozdnyakov
Comment 9 2013-05-06 09:55:30 PDT
Mikhail Pozdnyakov
Comment 10 2013-05-06 11:18:17 PDT
WebKit Commit Bot
Comment 11 2013-05-07 00:22:55 PDT
Comment on attachment 200724 [details] patch Clearing flags on attachment: 200724 Committed r149665: <http://trac.webkit.org/changeset/149665>
WebKit Commit Bot
Comment 12 2013-05-07 00:22:58 PDT
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 13 2013-05-26 18:10:55 PDT
*** Bug 72477 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.