WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
251474
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-31 17:51:34 PST
<
rdar://problem/104894173
>
Dan Glastonbury
Comment 2
2023-01-31 18:00:19 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9423
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug