Don't call hash tombstone compaction from GC compaction
Tombstone removal may possibly require allocation, and we're not allowed
to allocate during GC. This commit also renames set_compact to set_update_references to differentiate tombstone removal compaction with GC
object compaction.
Don't call hash tombstone compaction from GC compaction
Tombstone removal may possibly require allocation, and we're not allowed
to allocate during GC. This commit also renames
set_compact
toset_update_references
to differentiate tombstone removal compaction with GCobject compaction.
Co-Authored-By: Max Bernstein [email protected]
Co-authored-by: Jean Boussier [email protected]