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-barriers
C# Memory Barriers
May 29, 2026
c#
multithreading
memory-barriers
How do the different definitions of Sequentially Consistent relate to each other?
May 26, 2026
c++
rust
atomic
memory-barriers
Are memory orders for each atomic correct in this lock-free SPSC ring buffer queue?
May 26, 2026
c++
multithreading
memory-barriers
lock-free
stdatomic
Making sense of Memory Barriers
May 26, 2026
java
x86
volatile
memory-barriers
Can two stores be reordered in such singleton implementation?
May 11, 2026
c++
c++14
atomic
memory-barriers
Why can `asm volatile("" ::: "memory")` serve as a compiler barrier?
May 07, 2026
c
gcc
inline-assembly
volatile
memory-barriers
Does it make sense to use a relaxed load followed by a conditional fence, if I don't always need acquire semantics?
May 06, 2026
c++
multithreading
atomic
micro-optimization
memory-barriers
Optimizations around atomic load stores in C++
May 03, 2026
c++
atomic
compiler-optimization
memory-barriers
instruction-reordering
When can I guarantee value changed on one thread is visible to other threads?
May 03, 2026
c#
.net
multithreading
memory-model
memory-barriers
Non-Blocking Synchronization (MemoryBarrier)
Apr 22, 2026
c#
multithreading
synchronization
memory-barriers
Memory barriers for critical sections in Cortex-M4F MCU startup
Apr 21, 2026
c
assembly
arm
inline-assembly
memory-barriers
The strong-ness of x86 store instruction wrt. SC-DRF?
Apr 19, 2026
c++
cpu-architecture
memory-barriers
stdatomic
memory-model
Transitivity of release-acquire
Apr 05, 2026
c++
memory-barriers
stdatomic
memory-model
What exactly is the problem that memory barriers deal with?
Mar 28, 2026
c++
assembly
memory-barriers
instructions
Memory ordering with multiple releases and a single acquire
Mar 17, 2026
c++
multithreading
atomic
memory-barriers
Are memory fences required here?
Mar 14, 2026
c++
multithreading
memory-barriers
Program counter, fences and processor re-ordering
Mar 13, 2026
windows
assembly
x86-64
cpu-architecture
memory-barriers
Reorder relaxed atomic operations on the same object
Mar 09, 2026
c++
atomic
memory-barriers
stdatomic
memory-model
Older Entries »