[Issue 21070] -profile=gc makes the program much slower
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 18 20:38:06 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21070
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3164 "Fix issue 21070: -profile=gc makes the
program much slower" was merged into master:
- ba39c957f37861c1ea2e4fdf7bc40408a4ce1998 by Tim Schendekehl:
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
--
More information about the Digitalmars-d-bugs
mailing list