Closed
Bug 813589
Opened 13 years ago
Closed 11 years ago
Parallel Write Guard is insufficient
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
(Whiteboard: PJS)
The current parallel write guard operation checks that the value was allocated by the current worker thread. That's fine for |map()| but not for |reduce()| or |scan()|, since in those cases the return value is propagated between iterations.
Reporter | ||
Updated•13 years ago
|
Whiteboard: PJS
Reporter | ||
Comment 1•13 years ago
|
||
Note: the current system cannot actually produce data races, it's just not the most intuitive.
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•