Hacker News new | past | comments | ask | show | jobs | submit login
Memory consistency made simple(ish) (feabhas.com)
27 points by ingve on July 28, 2016 | hide | past | favorite | 4 comments



If this just got you excited, consider reading Bartosz Milewski's post [0] about it. It's not too hard to understand, but it helps if you understand everything in the OP's posted blog.

[0]: https://bartoszmilewski.com/2008/12/01/c-atomics-and-memory-...


So... C++ got a memory model, like Java 5? How did they manage without one?


The only real issue was portability. On any given system you could do that already before C++11. Now C++ standard hides those implementation details below unified abstraction.

If interested check this SO answer. http://stackoverflow.com/a/6319356


Thank you for the link. There is a couple of very nice answers.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: