[Webkit-unassigned] [Bug 204350] New: [JSC] DisallowVMReentry and DeferGC should use WTF::ThreadSpecific instead of using WTF::threadSpecificKeyCreate directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 04:10:26 PST 2019


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

            Bug ID: 204350
           Summary: [JSC] DisallowVMReentry and DeferGC should use
                    WTF::ThreadSpecific instead of using
                    WTF::threadSpecificKeyCreate directly
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

WTF provides two thread specific storages, ThreadSpecific and
threadSpecificKeyCreate. Only DisallowVMReentry and DeferGC are using
threadSpecificKeyCreate. WTF::ThreadSpecific should be used because it
is a useful wrapper.

-- 
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/20191119/2730bb84/attachment.htm>


More information about the webkit-unassigned mailing list