Closed
Bug 1173042
Opened 10 years ago
Closed 10 years ago
Remove GCChunkSet
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.42 KB,
patch
|
ehoogeveen
:
review+
|
Details | Diff | Splinter Review |
This has been dead for awhile. The chunk hasher is still used, but only by the verification set, so I've moved it adjacent, under an #ifdef DEBUG.
Attachment #8617472 -
Flags: review?(emanuel.hoogeveen)
Comment 1•10 years ago
|
||
Comment on attachment 8617472 [details] [diff] [review]
remove_gcchunkset-v0.diff
Review of attachment 8617472 [details] [diff] [review]:
-----------------------------------------------------------------
Throwing away dead code? But we might need it some day!
Attachment #8617472 -
Flags: review?(emanuel.hoogeveen) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•