Closed
Bug 1604134
Opened 6 years ago
Closed 6 years ago
Remove TenuredCell::fromPointer method and stop passing cell pointers as void*
Categories
(Core :: JavaScript: GC, task)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
Bug 1604134 - Remove TenuredCell::fromPointer method and stop passing cell pointers as void* r?sfink
47 bytes,
text/x-phabricator-request
|
Details | Review |
This method is used in a few places. Some are unnecessary (because it's called on something that's a Cell pointer already) and some can be removed by using GCCellPtr rather than void*.
| Assignee | ||
Comment 1•6 years ago
|
||
Remove unnecessary uses of this method and change verifer uses to use GCCellPtr rather than void* for cell pointers.
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e8aa99e6894
Remove TenuredCell::fromPointer method and stop passing cell pointers as void* r=sfink
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•