Finalizers, Destructors, RAII, GC

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Thu Apr 29 16:31:10 UTC 2021


On Thursday, 29 April 2021 at 15:24:14 UTC, Kagamin wrote:
> GC is multithreaded, if RC is to be compatible, it should be 
> multithreaded too, i.e. synchronized.

You cannot change anything that is traced during collection, so 
synchronizing won't help?

Another reason to move to per-task-GC, perhaps?



More information about the Digitalmars-d mailing list