Open
Bug 1750530
Opened 3 years ago
Updated 2 months ago
There are three stats phases for minor GC
Categories
(Core :: JavaScript: GC, task, P5)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we have three separate stats phases for recording a minor GC:
- MINOR_GC
- EVICT_NURSERY
- EVICT_NURSERY_FOR_MAJOR_GC
While it may be useful to discriminate between these in some situations, this is probably overkill.
Updated•2 months ago
|
Blocks: GC.easeofuse
You need to log in
before you can comment on or make changes to this bug.
Description
•