Closed
Bug 1727428
Opened 4 years ago
Closed 4 years ago
Cell::chunk() returns a TenuredChunk* even if not tenured
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
I just happened to be tracing through some code, and found it confusing that cell->storeBuffer()
calls chunk()->storeBuffer
, and chunk()
returns a TenuredChunk*
. Given that the storeBuffer
field actually lives on ChunkBase
, there seemed to be no reason for the incorrect type.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Summary: Cell::chunk() returned a TenuredChunk* even if not tenured → Cell::chunk() returns a TenuredChunk* even if not tenured
Updated•4 years ago
|
Attachment #9237848 -
Attachment description: Bug 1727428 - Cell::chunk() returned a TenuredChunk* even if not tenured → Bug 1727428 - Cell::chunk() returns a TenuredChunk* even if not tenured
Comment 2•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•