[Webkit-unassigned] [Bug 194733] New: [JSC] Shrink UnlinkedFunctionExecutable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 17:46:43 PST 2019


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

            Bug ID: 194733
           Summary: [JSC] Shrink UnlinkedFunctionExecutable
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com

Shrink UnlinkedFunctionExecutable more to put more instances in one MarkedBlock. Right now, 2 MarkedBlocks are allocated just after initialization of JSGlobalObject, and the second one only uses 8%.
If we can shrink UnlinkedFunctionExecutable, we can make it only one MarkedBlock.

-- 
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/20190216/d9b1da7d/attachment.html>


More information about the webkit-unassigned mailing list