[D-runtime] [D-Programming-Language/druntime] 391573: fix Issue 12121 - atomicLoad!(MemoryOrder.acq) doe...
GitHub
noreply at github.com
Sat Feb 15 15:40:36 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 391573925590cf042d1d10345b0ec39699ccd48a
https://github.com/D-Programming-Language/druntime/commit/391573925590cf042d1d10345b0ec39699ccd48a
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-12 (Wed, 12 Feb 2014)
Changed paths:
M src/core/atomic.d
Log Message:
-----------
fix Issue 12121 - atomicLoad!(MemoryOrder.acq) doesn't require load barrier
[Issue 12121 – atomicLoad!(MemoryOrder.acq) should not emit additional code on X86](https://d.puremagic.com/issues/show_bug.cgi?id=12121)
Commit: 9a8a09d6746181350021b06107515013ef2a25ce
https://github.com/D-Programming-Language/druntime/commit/9a8a09d6746181350021b06107515013ef2a25ce
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-15 (Sat, 15 Feb 2014)
Changed paths:
M src/core/atomic.d
Log Message:
-----------
Merge pull request #723 from MartinNowak/fix12121
fix Issue 12121 - atomicLoad!(MemoryOrder.acq) doesn't require load barrier
Compare: https://github.com/D-Programming-Language/druntime/compare/252ec178b40d...9a8a09d67461
More information about the D-runtime
mailing list