Open
Bug 1960807
Opened 1 month ago
Updated 12 days ago
[meta] Make the buffer allocator into a more general purpose allocator and use it in more places
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
The plan for the buffer allocator is to use it to replace jemalloc for allocations attached to GC things. This will improve efficiency, e.g. by reducing the amount of locking we need to do on allocation.
To do this we need to remove some of its current restrictions and make it into a more general purpose allocator. Then we need to migrate existing code to make use of it.
Updated•27 days ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•