Bug 221181 - [JSC] TypedArrays with SharedArrayBuffer should behave multi-threading aware in DFG / FTL
Summary: [JSC] TypedArrays with SharedArrayBuffer should behave multi-threading aware ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-30 12:56 PST by Yusuke Suzuki
Modified: 2021-09-20 01:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2021-01-30 12:56:18 PST
...
Comment 1 Radar WebKit Bug Importer 2021-02-06 12:57:12 PST
<rdar://problem/74063097>
Comment 2 Yusuke Suzuki 2021-09-20 01:50:20 PDT
This is not necessary since we (and the spec) have no guarantee.
Using Atomics is the exact way of achieving this.