Bug 257709 - Provide public C API for constructing, checking, and duplicating SharedArrayBuffer instances
Summary: Provide public C API for constructing, checking, and duplicating SharedArrayB...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Safari 16
Hardware: Mac (Apple Silicon) macOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-05 04:03 PDT by Kasper Isager Dalsgarð
Modified: 2023-06-12 04:04 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kasper Isager Dalsgarð 2023-06-05 04:03:38 PDT
The public JavaScriptCore C API is currently missing functions for constructing SharedArrayBuffer instances, checking if a value is a SharedArrayBuffer, and duplicating SharedArrayBuffer instances between contexts, possibly running on separate threads, to allow simultaneous access to the underlying backing store.
Comment 1 Radar WebKit Bug Importer 2023-06-12 04:04:16 PDT
<rdar://problem/110634944>