[Issue 9163] std.parallelism broken with extensive optimizations (gdc)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 16 08:02:47 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9163



--- Comment #7 from David Nadlinger <code at klickverbot.at> 2012-12-16 08:02:45 PST ---
Ah, GDC still implements atomic operations as normal D assignments combined
with a barrier intrinsic, right? If this is really the cause, I guess this
would be a good opportunity to switch to the new atomic builtins introduced
with C++11 support – they should lead to much better code anyway.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list