[Webkit-unassigned] [Bug 252981] useConcurrentJIT=true makes JS2-wasm slower on higher core counts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 03:02:48 PST 2023


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

--- Comment #1 from Angelos Oikonomopoulos <angelos at igalia.com> ---
Another reason I'm reluctant to submit the batchSize patch is that, fundamentally, while batching would help (lots of those wasm functions are only a few bytes long) I don't think we want to do batch scheduling of the compilation jobs. As core counts get higher, I guess some kind of work-stealing worklist would make sense?

-- 
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/20230227/5b922127/attachment.htm>


More information about the webkit-unassigned mailing list