Flamegraphs of the build revealed a few STL headers, and one OS logging header, that are particularly costly. Adding them to our precompiled header set shows a measurable reduction in build time. Prior to this change: **** Time summary: Compilation (10204 times): Parsing (frontend): 9250.1 s Codegen & opts (backend): 3311.8 s With this change: **** Time summary: Compilation (10202 times): Parsing (frontend): 8907.4 s Codegen & opts (backend): 3189.9 s
<rdar://problem/106673843>
Pull request: https://github.com/WebKit/WebKit/pull/11471
Committed 261636@main (25b5fe6befd0): <https://commits.webkit.org/261636@main> Reviewed commits have been landed. Closing PR #11471 and removing active labels.