On Thursday, 10 July 2014 at 20:18:23 UTC, Araq wrote: > No, you don't. No distinction between GC'ed and non GC'ed > pointers, This is true. > interior pointers are everywhere, This however, I don't think is a problem. It can make a non-precise GC more unreliable, but otherwise? > sharing GC'ed memory between threads is unrestricted, Yes.