Bug 283926
Summary: | Reduce the size of bmalloc_heap_inlines.h (v2) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | bmalloc | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, ggaren, mark.lam, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 283947 | ||
Bug Blocks: |
Simon Fraser (smfr)
According to clang build timing data, bmalloc_heap_inlines.h is the single most expensive header to parse in all of WebKit, since it's included by almost every compilation unit.
We can make it smaller.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140803289>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/37328
EWS
Committed 287235@main (da8edba83036): <https://commits.webkit.org/287235@main>
Reviewed commits have been landed. Closing PR #37328 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 283947
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/37349
EWS
Committed 287252@main (f18bcc652511): <https://commits.webkit.org/287252@main>
Reviewed commits have been landed. Closing PR #37349 and removing active labels.