Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-model

relaxed ordering of c++11 memory model

c++11 memory-model

C# Volatile read behavior

c# volatile memory-model

Understanding Memory Models

Does reading or writing a whole 32-bit word, even though we only have a reference to a part of it, result in undefined behaviour?

When should you not use [[carries_dependency]]?

How does a Java virtual machine implement the "happens-before" memory model?

memory_order_relaxed and Atomic RMW operations

Loads and stores reordering on ARM

Does a correctly synchronized program still allow data race?(Part I)

Value representation of non-trivially copyable types

c++ object memory-model

Parallel writes of a same value

C++ value representation of non-trivially-copyable types

C++ static variable inialization and threads

Weak guarantees for non-atomic writes on GPUs?

Do locked instructions provide a barrier between weakly-ordered accesses?

What I do not understand about volatile and Memory-Barrier is

Java - is volatile required with synchronized?

C++ memory model and race conditions on char arrays

How can memory_order_relaxed work for incrementing atomic reference counts in smart pointers?