[Webkit-unassigned] [Bug 195895] New: [BMalloc] Scavenger should react to recent memory activity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 10:53:12 PDT 2019


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

            Bug ID: 195895
           Summary: [BMalloc] Scavenger should react to recent memory
                    activity
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com
                CC: ggaren at apple.com

The current bmalloc scavenging code code uses fixed timeouts to schedule scavenging.  It has two scavenging modes, a full scavenge and a partial scavenge.  The partial scavenge only frees LargeRanges, while the full scavenge will free objects of various sizes.

We have discussed changing the scavenger so that it adapts to the current sizes of the various freelists as well as not freeing items on a freelist if it has been recently used.

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


More information about the webkit-unassigned mailing list