You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably either immix or orca. Each process gets it's own heap consisting of blocks that we independently GC.
At the moment we just use blocks as a sort of an arena GC: they belong to a process and get deallocated when a process drops (though no destructors are called, and we need to ensure the process unregisters in the process registry!!!)
Probably either immix or orca. Each process gets it's own heap consisting of blocks that we independently GC.
At the moment we just use blocks as a sort of an arena GC: they belong to a process and get deallocated when a process drops (though no destructors are called, and we need to ensure the process unregisters in the process registry!!!)
Immix
Orca
Golang GC
The text was updated successfully, but these errors were encountered: