mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-05 13:48:33 +00:00
This should be more robust during merges that happen simultaneously with remote frees. Previously, we would preserve the cache entry, but there is an edge case where a slab of a lower index could be remotely freed and missed during a merge.