[Webkit-unassigned] [Bug 154512] Added new port JSCOnly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 03:46:45 PST 2016


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

--- Comment #11 from Konstantin Tokarev <annulen at yandex.ru> ---
(In reply to comment #10)
> It seems sampling profiler tests fail on JSCOnly port:
> stress/sampling-profiler-anonymous-function.js
> stress/sampling-profiler-basic.js
> stress/sampling-profiler-bound-function-name.js
> stress/sampling-profiler-deep-stack.js
> stress/sampling-profiler-display-name.js
> stress/sampling-profiler-internal-function-name.js
> 
> I don't think if it is a blocker issue, but it would
> be great to investigate this bug in the near future.

I guess it is a result of using fake event loop. My current plan is to allow switching event loop via build option, as I would prefer to keep ability to use fake event loop.

I'm also considering writing loop using select(2) or poll(2), but I'm not sure how complex such code would become.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160223/10e4251c/attachment.html>


More information about the webkit-unassigned mailing list