| Post AwpkwYNErfC3CrNhAG by [email protected] | |
| More posts by [email protected] | |
| Post #Awp9JD9O8sVxmlHPGK by [email protected] | |
| 0 likes, 0 repeats | |
| I should write a contrarian piece titled “in defense of volatile for objects … | |
| Post #Awp9JDGTiWBa8kb4JU by [email protected] | |
| 0 likes, 1 repeats | |
| @void_friend The compiler is allowed to reorder writes to different volatile ob… | |
| Post #AwpGGZE2JL373n8kVM by [email protected] | |
| 0 likes, 0 repeats | |
| @david_chisnall @void_friend is this actually right? the GCC manual claims that… | |
| Post #AwpGGZMBp1ZTT4xGDI by [email protected] | |
| 0 likes, 0 repeats | |
| @r @david_chisnall @void_friend there's no allowance to reorder volatile ac… | |
| Post #AwpGGZTHOfF5p4GvGS by [email protected] | |
| 0 likes, 1 repeats | |
| @amonakov @r @void_friend This has made me go and look at the spec. The exact … | |
| Post #AwpWQBI7kb3IzaesW8 by [email protected] | |
| 0 likes, 0 repeats | |
| @david_chisnall @amonakov @r @void_friend please note: for C11 and C++11 (and l… | |
| Post #AwpWQBPZIv0VMg8p7Y by [email protected] | |
| 0 likes, 1 repeats | |
| @JamesWidman @amonakov @r @void_friend That was the text from the last public C… | |
| Post #AwpY5Vhor3wI8Lwqwa by [email protected] | |
| 0 likes, 0 repeats | |
| @david_chisnall @amonakov @r @void_friend <nod>also, credit to Clark Nels… | |
| Post #AwpY5VpcO4B4WXb56G by [email protected] | |
| 0 likes, 0 repeats | |
| @david_chisnall @amonakov @r @void_friend ah nuts, the old term still appears i… | |
| Post #AwpY5VwLz1Z6rQkSbA by [email protected] | |
| 0 likes, 1 repeats | |
| @JamesWidman @amonakov @r @void_friend N1253 refers to that paragraph as someth… | |
| Post #Awpj5odZZDFELQJHxA by [email protected] | |
| 0 likes, 1 repeats | |
| @void_friend If you know there is only ever one core, sure. But 99.99% of the t… | |
| Post #AwpjWxYoUyRlq21kh6 by [email protected] | |
| 0 likes, 1 repeats | |
| @amonakov @r @david_chisnall @void_friend Note though that because volatile is … | |
| Post #AwpkwYHZCkekvGjAK8 by [email protected] | |
| 0 likes, 0 repeats | |
| @malwareminigun @amonakov @david_chisnall @void_friend sure, but there was neve… | |
| Post #AwpkwYNErfC3CrNhAG by [email protected] | |
| 0 likes, 1 repeats | |
| @r Yes, Ordinary People assume volatile things like that are atomic, *constantl… | |
| Post #AwplepktbM9Dr8Yqdk by [email protected] | |
| 0 likes, 0 repeats | |
| @malwareminigun @jfbastien how would deprecating that even work? i *constantly*… | |
| Post #AwplepqvEwy69pNf28 by [email protected] | |
| 0 likes, 1 repeats | |
| @r The intent was to write `REG_THING = REG_THING | SOME_BIT;` to clearly indic… | |
| Post #AwpnJ7k8F7qHBIymwK by [email protected] | |
| 0 likes, 0 repeats | |
| @malwareminigun that link is a 404 for me, but hrm that's upsettingout of c… | |
| Post #AwpnJ7qVrOwjV5xssy by [email protected] | |
| 0 likes, 1 repeats | |
| @r New people who don't know assembly or otherwise what they are doing. You… | |
| Post #AwpqcUOQYTCqnFkkOO by [email protected] | |
| 0 likes, 0 repeats | |
| @malwareminigun ah i see. i can maybe see where that comes fromotoh, i don'… | |
| Post #AwpqcUVA9Qat88u7tI by [email protected] | |
| 0 likes, 0 repeats | |
| @r > i don't know how easily you can get "disgruntled former hardwa… | |
| Post #AwpqcUcxgQpfWKYM2y by [email protected] | |
| 0 likes, 1 repeats | |
| @r See also all the background information in r0 of the paper: https://www.open… | |
| Post #AzYuxaApW93h9QLdLs by [email protected] | |
| 0 likes, 0 repeats | |
| @void_friend also C# volatile is different from C/C++ volatile. |