February 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20567

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/druntime pull request #2933 "fix Issue 20567 - GC should not start threads for parallel marking in simple programs" fixing this issue:

- fix Issue 20567 - GC should not start threads for parallel marking in simple programs

  avoid collection when there is no small/large pool to reuse anyway.
  Don't start parallel threads during shutdown

https://github.com/dlang/druntime/pull/2933

--
February 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20567

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2933 "fix Issue 20567 - GC should not start threads for parallel marking in simple programs" was merged into master:

- 3d44d2affda45e638ed52b0c9658435b3418d7f8 by Rainer Schuetze:
  fix Issue 20567 - GC should not start threads for parallel marking in simple
programs

  avoid collection when there is no small/large pool to reuse anyway.
  Don't start parallel threads during shutdown

https://github.com/dlang/druntime/pull/2933

--