Closed
Bug 950722
Opened 12 years ago
Closed 12 years ago
Add tests for interaction between WeakMap and moving GC
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
|
623 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Because I worry about the interaction between hashtables and garbage collection, here's a test for WeakMaps which exercises rekeying in the post barrier. It's lifted wholesale from the one for Map and Sets.
Attachment #8348113 -
Flags: review?(terrence)
Comment 1•12 years ago
|
||
Comment on attachment 8348113 [details] [diff] [review]
add-weakmap-test
Review of attachment 8348113 [details] [diff] [review]:
-----------------------------------------------------------------
Excellent! r=me
Attachment #8348113 -
Flags: review?(terrence) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•