[Webkit-unassigned] [Bug 142041] [EFL][GTK] REGRESSION(180602): It made fast/workers test timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 09:20:53 PST 2015


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

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
One of the side effects of r180602 is that it results in more threads being scanned by GC.  Specifically, that means a VM on the main thread will also scan the stacks of all worker threads because they have had a VM run on them before.  This means they are doing more work, though we had anticipated that it shouldn’t be that costly.

I’ll prepare a test patch to see if eliminating / reducing this unnecessary work makes a difference.

-- 
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/20150226/42776208/attachment-0002.html>


More information about the webkit-unassigned mailing list