[Webkit-unassigned] [Bug 204398] [Win] Use thread_local to hold Ref<WTF::Thread> in the thread rather than using FLS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 17:14:19 PST 2019


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

--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
Oh, that’s interesting, but I don’t know whether TLS can affect on these performance. Can we create a silly but a bit possible small benchmark app, which uses JSC APIs as an embedder? Everytime we use JSC APIs, we use JSLock, which uses TLS.
Another fun thing is running locking micro benchmark included in WebKit tree.
Our ParkingLot is using TLS. So it could be affected.

-- 
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/20191129/04705c0f/attachment.htm>


More information about the webkit-unassigned mailing list