Closed
Bug 1669665
Opened 4 years ago
Closed 4 years ago
Some minor improvements to IsAboutToBeFinalized/barriers
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
Here's a patch to fix a couple of minor and unrelated issues around IsAboutToBeFinalized and heap barriers that I noticed.
Assignee | ||
Comment 1•4 years ago
|
||
This patch makes the following changes:
- remove unused WeakRef type which with incorrect comments
- combine IsAboutToBeFinalized definitions
- remove an unnecessary use of IsAboutToBeFinalizedUnbarriered
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4b5196d25831
Some minor improvements to IsAboutToBeFinalized/barriers r=sfink
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•