https://issues.dlang.org/show_bug.cgi?id=21070
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @tim-dlang created dlang/druntime pull request #3164 "Fix issue 21070: -profile=gc makes the program much slower" fixing this issue: - Fix issue 21070: -profile=gc makes the program much slower Replacing the call to GC.stats with a new function, which only returns the needed information, makes the program fast again. https://github.com/dlang/druntime/pull/3164 --
