On Wed, 17 Jun 2015 22:35:12 +0000, Etienne Cimon wrote:

> e.g. __gshared MyObj g_obj1;
> 
> Thread 1: g_obj1 = new MyObj;
> Thread 2: g_obj1.obj2 = new MyObj;
> Thread 3: write(g_obj1.obj2); <-- access violation (probably)

so no way to anchor the whole object tree by assigning it to __gshared 
root? sure, this will never make it into mainline.

Attachment: signature.asc
Description: PGP signature

Reply via email to