Something needs to happen with shared, and soon.
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Wed Nov 14 14:25:41 PST 2012
On 11/14/12 1:09 PM, Walter Bright wrote:
> Yes. And also, I agree that having something typed as "shared" must
> prevent the compiler from reordering them. But that's separate from
> inserting memory barriers.
It's the same issue at hand: ordering properly and inserting barriers
are two ways to ensure one single goal, sequential consistency. Same thing.
Andrei
More information about the Digitalmars-d
mailing list