[Webkit-unassigned] [Bug 251474] New: Refactor JSDOMWrapper.h to not include JSDOMGlobalObject.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 17:51:00 PST 2023


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

            Bug ID: 251474
           Summary: Refactor JSDOMWrapper.h to not include
                    JSDOMGlobalObject.h
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: djg at apple.com

Profiling of compilation show that JSDOMGlobalObject.h is the most expensive
header when building WebCore, contributing over 6 minutes across all compilation
units. Moving the implementation of functions from JSDOMWrapper.h to .cpp files
would allow using a forward declaration instead of including an expensive header.

-- 
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/20230201/312085ff/attachment.htm>


More information about the webkit-unassigned mailing list