Something needs to happen with shared, and soon.

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Nov 14 19:12:47 PST 2012


On 11/15/12, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> From what I recall of what TDPL says

It says (on p.413) reading and writing shared values are guaranteed to
be atomic, for pointers, arrays, function pointers, delegates, class
references, and struct types containing exactly one of these types.
Reals are not supported.

It also talks about automatically inserting memory barriers on page 414.


More information about the Digitalmars-d mailing list