[Webkit-unassigned] [Bug 194013] New: [JSC] Lazily initialize RemoveInspector functionalities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 02:05:33 PST 2019


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

            Bug ID: 194013
           Summary: [JSC] Lazily initialize RemoveInspector
                    functionalities
           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

JSGlobalObject always allocate RemoteInspector related objects. We should allocate them lazily as much as possible.
Maybe, we should open a connection, and once RemoteInspector is attached, we should start instantiating various objects.
We also need to make some of objects FAST_MALLOCED (it seems that some of them are allocated in the system malloc).

-- 
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/20190130/dab539e3/attachment.html>


More information about the webkit-unassigned mailing list