July 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17696

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
GCC internals note, there's flag_gnu_unique.  But actually it seems pretty silly turning it off explicitly.

--
July 27, 2017
https://issues.dlang.org/show_bug.cgi?id=17696

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
And on a D language implementation note, if you didn't use ClassInfo for setting the monitor in synchronized() statements, then I could have just marked the data as read-only.

--