Closed
Bug 1167318
Opened 9 years ago
Closed 9 years ago
Remove GetGCThingTraceKind
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)
(deleted),
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
This is the same as Cell::getTraceKind. Most Cell types derive from TenuredCell, however, which doesn't need to check object kinds for nursery before getting the arena, so we are universally better off calling T::getTraceKind.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8608908 -
Flags: review?(jcoppeard)
Updated•9 years ago
|
Attachment #8608908 -
Flags: review?(jcoppeard) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•