Bug 226209 - Stop using UncheckedLock in JSC::PerfLog
Summary: Stop using UncheckedLock in JSC::PerfLog
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-24 20:27 PDT by Chris Dumez
Modified: 2021-05-25 16:15 PDT (History)
11 users (show)

See Also:


Attachments
Patch (3.27 KB, patch)
2021-05-24 20:28 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-05-24 20:27:19 PDT
Stop using UncheckedLock in JSC::PerfLog and use Lock instead to benefit from Clang thread safety analysis.
Comment 1 Chris Dumez 2021-05-24 20:28:55 PDT
Created attachment 429621 [details]
Patch
Comment 2 EWS 2021-05-25 16:14:27 PDT
Committed r278055 (238139@main): <https://commits.webkit.org/238139@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 429621 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-25 16:15:19 PDT
<rdar://problem/78481867>