Closed
Bug 1619690
Opened 5 years ago
Closed 5 years ago
Innocuous tracing error with FunctionCreationData
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox73 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When I approved Bug 1609504, I somehow forgot that FunctionCreationData was a GC traced type, and so didn't notice that when the second patch was applied there we lost the tracing.
The only field that's traced there is the atom field, which means that this failure to trace is innocuous, (because of AutoKeepAtoms
), but I'm looking at doing some work in this neighbourhood that would require the tracing to be more correct, and so it's worth correcting this.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fc49c69ceef4
Fix Innocuous tracing error with FunctionCreationData r=caroline
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Updated•5 years ago
|
Keywords: regression
Updated•5 years ago
|
status-firefox73:
--- → unaffected
status-firefox74:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•