https://issues.dlang.org/show_bug.cgi?id=20567
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
