[Webkit-unassigned] [Bug 186443] Test262-Runner: Improve files queue to optimize CPU usage/balancing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 07:51:50 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186443

Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msaboff at apple.com

--- Comment #15 from Michael Saboff <msaboff at apple.com> ---
Comment on attachment 342607
  --> https://bugs.webkit.org/attachment.cgi?id=342607
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=342607&action=review

r-

See my update to 1.pm which uses IO::Select at https://gist.github.com/msaboff/8540538562a411f3b2b6b9029aa23cb2.js

> Tools/Scripts/test262/Runner.pm:358
> +        foreach my $child (@children) {
> +            if ($child->getline) {

Instead of busy polling, this code should use IO::Select.

-- 
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/20180613/2d9af8d7/attachment.html>


More information about the webkit-unassigned mailing list