[Issue 12133] Relaxed read-modify-write for shared lvalues

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 11 15:36:24 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12133


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2014-02-11 15:36:23 PST ---
(In reply to comment #0)
> 2) assumeLocal:
> 
> converts shared lvalue to a non-shared lvalue, e.g:
> 
> shared int i;
> ++assumeLocal(i);

shared int i;
++cast()i;

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


More information about the Digitalmars-d-bugs mailing list