Bug 251474
| Summary: | Refactor JSDOMWrapper.h to not include JSDOMGlobalObject.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | DOM | Assignee: | Dan Glastonbury <djg> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dan Glastonbury
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
<rdar://problem/104894173>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/9423