Open
Bug 1520471
Opened 6 years ago
Updated 2 years ago
The GC isn't told about LifoAlloc allocations
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox66 | --- | fix-optional |
firefox67 | --- | affected |
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P2])
At least some of these are related to GC things, e.g. for type information. The GC should be informed of these allocations to allow it trigger GCs appropriately and reclaim memory.
Updated•6 years ago
|
Whiteboard: [MemShrink]
Reporter | ||
Updated•6 years ago
|
Blocks: GCScheduling
Updated•6 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Perhaps LifoAlloc should have an AllocPolicy template parameter.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•