[Issue 8993] Implement unique references/isolated memory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 11 23:25:34 PST 2012


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


Rob Jacques <sandford at jhu.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sandford at jhu.edu


--- Comment #13 from Rob Jacques <sandford at jhu.edu> 2012-11-11 23:25:31 PST ---
(In reply to comment #8)
> implement further relaxations bit by bit (e.g. implicit scoped
> isolated->writable->isolated conversion). 

To clarify for those who didn't read the paper, the implicit conversion of
writable->isolated only applies to the return value of a moderately pure
function: (a pure function whose arguments are only isolated or immutable) So
it is similar to the implicit conversion of the return of a strongly pure
function from mutable to immutable.

-- 
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