Closed
Bug 1660891
Opened 4 years ago
Closed 4 years ago
Remove tracing code from Stencil data structures
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
After Bug 1660798 lands, we can remove the remaining tracing code for stencil data structures.
Assignee | ||
Comment 1•4 years ago
|
||
The stencil data structures no longer interact directly with the GC and
remaining tracing code can be removed. The relevant vectors in the
CompilationInfo can also be simplified as a result.
Updated•4 years ago
|
Severity: -- → N/A
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/f15e01260d1c
Remove more tracing code after ParserAtoms enabled. r=arai
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•