Closed
Bug 1178976
Opened 10 years ago
Closed 10 years ago
Post-write barriers missing in ObjectWeakMap
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
|
2.12 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
ObjectWeakMap::add fails to record the new JSObject key in the store buffer, so that a moving collection can rehash the entry when the JSObject is tenured.
| Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Attachment #8627898 -
Flags: review?(terrence) → review+
Comment 2•10 years ago
|
||
You might want to recheck the weird weakmap bug you were seeing after applying this, given that it included weakmap entries going missing.
Flags: needinfo?(sphink)
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite-
Target Milestone: --- → mozilla42
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•