Commit 9e3eea4
committed
Add TZoneMallocInlines.h to precompiled headers
https://bugs.webkit.org/show_bug.cgi?id=289636
rdar://146884680
Reviewed by Mark Lam.
TZoneMallocInlines.h is included 2597 times. This is what precompiled
headers are for. Adding it to WebCorePrefix.h reduced WebCore's build
time on my laptop from this:
make d 18.32s user 2.96s system 5% cpu 6:13.57 total
to this:
make d 13.43s user 2.13s system 4% cpu 5:35.53 total
A 40 second reduction in build times seems worth it to me.
* Source/JavaScriptCore/JavaScriptCorePrefix.h:
* Source/WebCore/WebCorePrefix.h:
* Source/WebKit/WebKit2Prefix.h:
Canonical link: https://commits.webkit.org/292047@main1 parent 9a956ee commit 9e3eea4
3 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| 185 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments