[Webkit-unassigned] [Bug 256328] [bmalloc] Scavenger's Mutex can be used after release.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 4 13:34:25 PDT 2023


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

--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
So, probably StaticMutex is way to go, and this is correct since the issue relies on Mutex implementation (right now this problem is platform specific since Darwin and Linux are not having this issue since Mutex does not have destructors)

-- 
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/20230504/228e05b4/attachment-0001.htm>


More information about the webkit-unassigned mailing list