Bug 151298
| Summary: | [Win] [CMake] Generating sources from .IDL files is not done in parallel | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
| Component: | Tools / Tests | Assignee: | Alex Christensen <achristensen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, lforschler |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Myles C. Maxfield
It could be way faster.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alex Christensen
(In reply to comment #0)
> It could be way faster.
Use ninja.
https://github.com/ninja-build/ninja/releases
If ninja is in your path, build-webkit will automatically use it, and it will be a lot faster.
Fujii Hironori
My patch in Bug 161433 Comment 9 runs generate-bindings.pl parallel.
Fujii Hironori
Fixed in Bug 161433.