[Issue 8993] Implement unique references/isolated memory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 10 08:48:01 PST 2012


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



--- Comment #4 from Alex Rønne Petersen <alex at lycus.org> 2012-11-10 17:47:59 CET ---
Yeah, no doubt shared is a disaster in general (I have posted several rants
about this in particular on the NG). We're effectively doing a lot of false
advertising with that type qualifier in particular, and people are writing code
as if it results in atomic operations (and then their code will break on !x86).

And immutable/const are only realistically usable with non-class types. I feel
you're spot on with the point about perceived satisfaction.

But it's not me you have to convince. It's Walter and Andrei...

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