Thread overview
[Issue 13395] Shared arrays must be loaded atomically
Aug 29, 2014
Orvid King
Dec 17, 2022
Iain Buclaw
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13395

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |sean@invisibleduck.org

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13395

--- Comment #1 from Orvid King <blah38621@gmail.com> ---
If someone is already going to be digging around in core.atomic, perhaps they could add intrinsic versions as well, so that the operations can be inlined and don't need to do the excessive amount of extra moving that they currently do.

--
January 06, 2015
https://issues.dlang.org/show_bug.cgi?id=13395

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> ---
https://github.com/D-Programming-Language/druntime/pull/1084

--
January 07, 2015
https://issues.dlang.org/show_bug.cgi?id=13395

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> ---
Wait, that pull doesn't fix this. Sorry.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13395

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--