Closed
Bug 1687956
Opened 5 years ago
Closed 5 years ago
Refactor chunk data structures to inherit from a common base class
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
As suggested by Steve at the GC meeting. We can give nursery and tenured heap chunks a common base class. This doesn't change the layout but makes the code more idiomatic.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cca26c64307c
Refactor chunk data structures to inherit from a common base class r=sfink
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•