Bug 226212 - Use UncheckedLock less in JavaScriptCore
Summary: Use UncheckedLock less in JavaScriptCore
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: 226249
  Show dependency treegraph
 
Reported: 2021-05-24 21:28 PDT by Chris Dumez
Modified: 2021-05-25 17:38 PDT (History)
15 users (show)

See Also:


Attachments
Patch (10.31 KB, patch)
2021-05-24 21:30 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.31 KB, patch)
2021-05-25 16:26 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 21:28:01 PDT
Use UncheckedLock less in JavaScriptCore as it is being phased out in favor of Lock, which enables Clang thread safety analysis.
Comment 1 Chris Dumez 2021-05-24 21:30:18 PDT
Created attachment 429627 [details]
Patch
Comment 2 Chris Dumez 2021-05-25 16:26:56 PDT
Created attachment 429709 [details]
Patch
Comment 3 Chris Dumez 2021-05-25 17:37:30 PDT
Comment on attachment 429709 [details]
Patch

Clearing flags on attachment: 429709

Committed r278069 (238148@main): <https://commits.webkit.org/238148@main>
Comment 4 Chris Dumez 2021-05-25 17:37:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2021-05-25 17:38:21 PDT
<rdar://problem/78485445>