gcopt=fork:1

Anonymouse zorael at gmail.com
Wed Mar 2 15:11:57 UTC 2022


On Tuesday, 1 March 2022 at 21:32:07 UTC, Ali Çehreli wrote:
> Have you tried this new GC option which seems to solve the 
> stop-the-world issue:
>
>   https://dlang.org/changelog/2.098.0.html#forkgc
>
> Any experience?
>
> Ali

It didn't work well for me; the process hung in 
`__memcpy_avx_unaligned_erms` when profiling under 
valgrind/callgrind, during the first collection. I tried and 
failed to reproduce it with a minimal example, so I didn't file 
an issue.


More information about the Digitalmars-d-learn mailing list