[Webkit-unassigned] [Bug 171690] New: JSC::Heap should expose a richer API for requesting GCs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 4 14:11:23 PDT 2017


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

            Bug ID: 171690
           Summary: JSC::Heap should expose a richer API for requesting
                    GCs
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

In the process of experimenting with https://bugs.webkit.org/show_bug.cgi?id=171689, I found the need to do these things:

- Request that JSC perform some action after GC finishes.
- Request that incremental sweeping releases fastMalloc memory after it finishes.
- Request async collections that run immediately if possible.
- Request sync collections that synchronously sweep.

This bug is about introducing some nicer APIs to do all of these things.

-- 
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/20170504/3c2eaa8d/attachment.html>


More information about the webkit-unassigned mailing list