NEW251474
Refactor JSDOMWrapper.h to not include JSDOMGlobalObject.h
https://bugs.webkit.org/show_bug.cgi?id=251474
Summary Refactor JSDOMWrapper.h to not include JSDOMGlobalObject.h
Dan Glastonbury
Reported 2023-01-31 17:51:00 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-31 17:51:34 PST
Dan Glastonbury
Comment 2 2023-01-31 18:00:19 PST
Note You need to log in before you can comment on or make changes to this bug.