[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
Mon Dec 2 19:49:14 PST 2019


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

--- Comment #9 from Yusuke Suzuki <ysuzuki at apple.com> ---
(In reply to Fujii Hironori from comment #8)
> graph: https://ibb.co/ZKTHn08

Nice. One question: TLS typically has several modes. In UNIX-like env, we have init-exec, local-exec, lical-dynamic, and general-dynamic. The mode is selected based on how the fule is compiled and linked (in main objfile? in so file? etc.)
Can you check whether the measured TLS’s mode is the same to WebKit’s mode?

-- 
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/20191203/12b29bb0/attachment.htm>


More information about the webkit-unassigned mailing list