[Webkit-unassigned] [Bug 143652] Network Cache: Deduplicate body data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 10:18:47 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143652

--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 250632
  --> https://bugs.webkit.org/attachment.cgi?id=250632
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=250632&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.cpp:610
> +        // This cleans unreferences blobs.

"unreferenced" ?

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.cpp:642
> +        effectiveWorth /= std::min(bodyShareCount, maximumEffectiveShareCount);

Maybe I am misreading but shouldn't it be the opposite? The higher the bodyShareCount, the higher the effectiveWorth should be?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150413/2467cc85/attachment.html>


More information about the webkit-unassigned mailing list