Understanding GC memory ranges and roots

rikki cattermole rikki at cattermole.co.nz
Tue Jul 7 22:36:35 UTC 2020


On 07/07/2020 11:50 PM, Steven Schveighoffer wrote:
> If you are adding prints, you may as well throw an exception, catch it, 
> and print the stack trace if you want to know who's calling what.

You won't be able to new the Exception tho.
It'll have to be malloc'd ext.

In GC -> lock probably hit -> new -> wait on lock


More information about the Digitalmars-d mailing list