Open
Bug 1878989
Opened 1 year ago
Updated 1 year ago
Allow pinning the length of SharedArrayBuffers
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Now that they can be growable, it makes sense to pin their length. It's not necessary for operating on their data, since it won't move (or shrink) regardless, but it at least prevents one class of errors where the length is computed and then invalidated.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•