[dmd-concurrency] real

Andrei Alexandrescu andrei at erdani.com
Wed Jan 27 14:56:04 PST 2010


It looks like we're converging on this:

- shared pointer read/assignment works

- shared numeric data read/assignment works, EXCEPT for real

Real is an odd beast - it has no guaranteed width and is mostly 
system-dependent. Should we guarantee atomic assignment to shared(real), 
leave it to the platform, or just disallow it entirely?


Andrei


More information about the dmd-concurrency mailing list