On Sunday, 8 November 2020 at 01:22:15 UTC, Paul Backus wrote: > > D already supports changing GC algorithms. [1] Currently, there > are only two algorithms to choose from (conservative and > precise), but there's nothing stopping anyone from adding more. > > [1] https://dlang.org/spec/garbage.html#gc_config D only supports tracing GC.