[Bug 126] Add support for attribute to mark data as volatile.

2014-05-23 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=126 --- Comment #5 from Johannes Pfau --- Oh, and back to topic: > I am quite open to solutions, other than I don't think 'volatile' as a > keyword > would be something reintroduced to the language am afaid. Yes, that's what I fear as well. But th

[Bug 126] Add support for attribute to mark data as volatile.

2014-05-23 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=126 --- Comment #4 from Johannes Pfau --- Yes, I was eagerly waiting for that talk. Unfortunately the most interesting talks are the last ones on each day and I couldn't watch these live because of timezone stuff. I'll watch these as soon as recordin

[Bug 126] Add support for attribute to mark data as volatile.

2014-05-23 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=126 --- Comment #3 from Iain Buclaw --- Yes this has been raised at DConf. Michael gave a good talk on Bare Metal programming, and mentioned that he's relying on the use of shared currently meaning volatile to do a lot of low level work in D, but wa