Skip to content

WIP: rts: Eliminate GC allocation spinlock

Ben Gamari requested to merge wip/no-gc-spinlock into master

This is an experiment to see whether we take a performance hit by using a proper mutex instead of a spinlock to mediate the GC's access to the storage manager.

Merge request reports