Bug 316232
| Summary: | Take further steps to improve build parallelism | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | jenner, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
In my initial pass, I excluded several build phases that could plausibly be done in parallel to reduce risk. Now that the sandboxing and script fusing pieces have landed, we can begin opting more bits of the build into a state where the build planner can have more scheduling flexibility.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/178656517>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/66406
EWS
Committed 314554@main (c9e9995641cc): <https://commits.webkit.org/314554@main>
Reviewed commits have been landed. Closing PR #66406 and removing active labels.
EWS
Committed 314579@main (653a36adb39a): <https://commits.webkit.org/314579@main>
Reviewed commits have been landed. Closing PR #66489 and removing active labels.
Robert Jenner
We had to revert the change landed in this bug (https://commits.webkit.org/314554@main) due to it breaking all of the builds.
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/66558