Why filling AA in shared library freezes execution?

apz28 home at home.com
Fri Jan 29 17:31:31 UTC 2021


On Friday, 29 January 2021 at 12:45:02 UTC, Imperatorn wrote:
>
> Anyone knows what it would take to fix it?

This may help to narrow down the problem.

Disable garbage collect
Configuring the Garbage Collector
https://dlang.org/spec/garbage.html
https://stackoverflow.com/questions/472133/turning-off-the-d-garbage-collector

Or change it so that there is only one thread
Parallel marking
https://dlang.org/spec/garbage.html


More information about the Digitalmars-d-learn mailing list