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)

enhancement

Tracking

()

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.

Depends on: 1960811
Severity: -- → N/A
Priority: -- → P3
Depends on: 1962406
Depends on: 1964977
You need to log in before you can comment on or make changes to this bug.