Newbetuts
.
New posts in memory-model
Does C have an equivalent of std::less from C++?
c
pointers
undefined-behavior
memory-model
memory-segmentation
C++ memory model and race conditions on char arrays
c++
c++11
race-condition
memory-model
Does std::mutex create a fence?
c++
multithreading
mutex
memory-barriers
memory-model
Is writing a reference atomic on 64bit VMs
java
reference
atomic
memory-model
Acquire/release semantics with 4 threads
c++
multithreading
memory-barriers
memory-model
stdatomic
How do memory_order_seq_cst and memory_order_acq_rel differ?
c++
c++11
memory-model
stdatomic
What are the similarities between the Java memory model and the C++11 memory model?
java
c++
c++11
memory-model
java-memory-model
Acquire/Release versus Sequentially Consistent memory order
c++
concurrency
atomic
stdatomic
memory-model
C++ How is release-and-acquire achieved on x86 only using MOV?
c++
x86
memory-barriers
memory-model
stdatomic
What does `std::kill_dependency` do, and why would I want to use it?
c++
multithreading
memory-model
c++11
What do each memory_order mean?
c++
c++11
thread-safety
atomic
memory-model
What does the [[carries_dependency]] attribute mean?
c++
multithreading
memory-model
stdatomic
carries-dependency
c++, std::atomic, what is std::memory_order and how to use them?
c++
multithreading
atomic
memory-model
stdatomic
Does Interlocked.CompareExchange use a memory barrier?
c#
multithreading
optimization
volatile
memory-model
How to understand happens-before consistent
java
memory-model
Can modern x86 hardware not store a single byte to memory?
c++
assembly
concurrency
x86
memory-model
What is thread synchronization and how does it differ form atomicity?
multithreading
atomic
thread-synchronization
memory-model
C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?
c++
multithreading
c++11
language-lawyer
memory-model
Prev