Closed Bug 813589 Opened 13 years ago Closed 11 years ago

Parallel Write Guard is insufficient

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

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.
Blocks: PJS
Whiteboard: PJS
Note: the current system cannot actually produce data races, it's just not the most intuitive.
Assignee: general → nobody
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.