Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-model
The strong-ness of x86 store instruction wrt. SC-DRF?
Apr 19, 2026
c++
cpu-architecture
memory-barriers
stdatomic
memory-model
x86_64 memory reorder
Apr 17, 2026
concurrency
x86-64
memory-model
Why can't you use relaxed atomic operations to synchronize memory, if there is a thread join in between?
Apr 07, 2026
c++
multithreading
c++11
memory-model
stdatomic
Transitivity of release-acquire
Apr 05, 2026
c++
memory-barriers
stdatomic
memory-model
boost vs std atomic sequential consistency semantics
Mar 26, 2026
c++
c++11
boost
atomic
memory-model
Reorder relaxed atomic operations on the same object
Mar 09, 2026
c++
atomic
memory-barriers
stdatomic
memory-model
Can the C++ compiler coalesce adjacent mutex locks?
Mar 02, 2026
c++
c++11
language-lawyer
mutex
memory-model
Reordering External Operations in Java Memory Model
Feb 18, 2026
java
concurrency
memory-model
java-memory-model
C++: a question about memory_order_relaxed
Feb 07, 2026
c++
concurrency
stdatomic
memory-model
Why is there a distinct "inter-thread happens before" relation defined in ISO/IEC 14882:2011?
Feb 04, 2026
c++
multithreading
c++11
memory-model
Is reordering really a useful concept for multithread program reasoning?
Dec 23, 2025
c++
language-lawyer
atomic
memory-barriers
memory-model
Can multiple readers synchronize with the same writers with acquire/release ordering?
Dec 15, 2025
c++
atomic
memory-barriers
stdatomic
memory-model
memory ordering on a simple producer/consumer example
Dec 12, 2025
c++
multithreading
memory-model
Acquire/Release VS Sequential Consistency in C++11?
Dec 12, 2025
c++
atomic
memory-barriers
memory-model
stdatomic
Data race guarded by if (false)... what does the standard say?
Dec 08, 2025
c++
concurrency
language-lawyer
memory-model
Do atomics in C++11 prevent compiler to re-read from shared variables?
Nov 30, 2025
c++
c++11
atomic
memory-model
C++11: What prevents stores from lifting past the start of a lock's critical section?
Nov 30, 2025
c++
c++11
concurrency
language-lawyer
memory-model
C11 atomics: How does a relaxed load interact with a release store on the same variable?
Nov 03, 2025
c
multithreading
atomic
memory-model
relaxed-atomics
Older Entries »