Bug 151298 - [Win] [CMake] Generating sources from .IDL files is not done in parallel
Summary: [Win] [CMake] Generating sources from .IDL files is not done in parallel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-15 14:58 PST by Myles C. Maxfield
Modified: 2016-10-23 17:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-11-15 14:58:53 PST
It could be way faster.
Comment 1 Alex Christensen 2015-11-16 11:19:05 PST
(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.
Comment 2 Fujii Hironori 2016-10-06 18:25:04 PDT
My patch in Bug 161433 Comment 9 runs generate-bindings.pl parallel.
Comment 3 Fujii Hironori 2016-10-23 17:59:56 PDT
Fixed in Bug 161433.