RESOLVED FIXED 150061
Avoid useless copying of Key::HashType in loops in NetworkCache::Storage::synchronize()
https://bugs.webkit.org/show_bug.cgi?id=150061
Summary Avoid useless copying of Key::HashType in loops in NetworkCache::Storage::syn...
Chris Dumez
Reported 2015-10-12 16:05:40 PDT
Avoid useless copying of Key::HashType in loops in NetworkCache::Storage::synchronize(). Key::HashType is currently a SHA1::Digest, which is a std::array<uint8_t, 20>.
Attachments
Patch (1.97 KB, patch)
2015-10-12 16:06 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-10-12 16:06:37 PDT
WebKit Commit Bot
Comment 2 2015-10-13 01:53:56 PDT
Comment on attachment 262937 [details] Patch Clearing flags on attachment: 262937 Committed r190930: <http://trac.webkit.org/changeset/190930>
WebKit Commit Bot
Comment 3 2015-10-13 01:54:00 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.