NEW194013
[JSC] Lazily initialize RemoteInspector functionalities
https://bugs.webkit.org/show_bug.cgi?id=194013
Summary [JSC] Lazily initialize RemoteInspector functionalities
Yusuke Suzuki
Reported 2019-01-30 02:05:33 PST
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).
Attachments
Note You need to log in before you can comment on or make changes to this bug.