Thread overview
[Issue 10184] [GC] Port Tango's concurrent garbage collector (CDGC) to D2's druntime
Oct 10, 2014
Leandro Lucarella
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Richard Cattermole
October 10, 2014
https://issues.dlang.org/show_bug.cgi?id=10184

--- Comment #4 from Leandro Lucarella <leandro.lucarella@sociomantic.com> ---
https://github.com/D-Programming-Language/druntime/pull/985

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=10184

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=10184

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com

--- Comment #5 from Richard Cattermole <alphaglosined@gmail.com> ---
Do we still need this? We have a fork-based GC which from what I'm seeing in #985 is all that is supported.

--