Closed
Bug 1225039
Opened 9 years ago
Closed 8 years ago
[meta] TypedArray changes to support shared memory (the fine print)
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Bug 1176214 makes TypedArray able to map SharedArrayBuffer. However the spec (http://lars-t-hansen.github.io/ecmascript_sharedmem/shmem.html, section 5.1, 6.1, and 6.2) modifies the TypedArray spec slightly to account for shared memory. We need to implement these modifications, to the extent they aren't already.
The modifications must only be observable if shared memory is enabled.
Assignee | ||
Comment 1•9 years ago
|
||
And appropriate test cases, of course.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → lhansen
Priority: -- → P2
Assignee | ||
Updated•8 years ago
|
Summary: TypedArray changes to support shared memory (the fine print) → [meta] TypedArray changes to support shared memory (the fine print)
Assignee | ||
Comment 2•8 years ago
|
||
Required for FF53. (The only current blocker is already P1.)
Priority: P2 → P1
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•