[Webkit-unassigned] [Bug 179958] New: Fast binding generation by batching several files at once
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 22 15:27:11 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=179958
Bug ID: 179958
Summary: Fast binding generation by batching several files at
once
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Basuke.Suzuki at sony.com
CC: lforschler at apple.com
Bindings generation spawns sub processes for each idl files, but fork/exec pattern is very slow on Windows. To reduce the process generation, control script can pass several files at once to the process.
Here is a statistics for 796 idl files:
Current imprementation: 386 secs
Batching 10 files: 63 secs
Aggressive approach: 36 secs (rest of files / number of process)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171122/61378a65/attachment.html>
More information about the webkit-unassigned
mailing list