Project

General

Profile

« Previous | Next » 

Revision e6974be5

Added by tenderlovemaking (Aaron Patterson) 10 days ago

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.

Co-Authored-By: Max Bernstein
Co-authored-by: Jean Boussier