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
What are the correct memory orders to use when inserting a node at the beginning of a lock free singly linked list?
Sep 08, 2025
c++
c++17
lock-free
memory-barriers
stdatomic
Determining the location for the usage of barriers (fences)
Sep 07, 2025
memory-management
concurrency
linux-kernel
kernel
memory-barriers
In C++, which Standard Library functions (if any) are required to implicitly provided an atomic memory fence?
Sep 05, 2025
c++
multithreading
c++11
atomic
memory-barriers
The sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`
Sep 04, 2025
multithreading
c++11
c11
memory-barriers
happens-before
In C++, is there any effective difference between a acquire/release atomic access and a relaxed access combined with a fence?
Mar 12, 2023
c++
multithreading
memory-barriers
memory-model
stdatomic
How is the transitivity/cumulativity property of memory barriers implemented micro-architecturally?
Mar 04, 2023
x86
x86-64
cpu-architecture
memory-barriers
micro-architecture
Does the memory fence involve the kernel
Mar 05, 2023
c++
performance
atomic
memory-barriers
stdatomic
Can't relaxed atomic fetch_add reorder with later loads on x86, like store can?
Mar 03, 2023
c++
multithreading
cpu-architecture
memory-barriers
stdatomic
Lazy loading and the use of Thread.MemoryBarrier
Feb 24, 2023
c#
.net
multithreading
lazy-loading
memory-barriers
How do I write a memory barrier for a TMS320F2812 DSP?
Feb 21, 2023
c
concurrency
memory-barriers
texas-instruments
ti-dsp
Release and Acquire with std::mutex
Feb 19, 2023
c++
c++11
memory-barriers
stdmutex
Is this memory barrier implemented correctly?
Feb 20, 2023
c++
memory-barriers
How are the C++11 memory barriers implemented for x86-like systems?
Feb 18, 2023
c++
c++11
x86
x86-64
memory-barriers
Do memory barriers guarantee a fresh read in C#?
Feb 09, 2023
c#
multithreading
volatile
memory-barriers
memory-fences
How many memory barriers instructions does an x86 CPU have?
Jan 30, 2023
multithreading
assembly
x86
memory-barriers
Is there a good introduction to memory barriers?
Jan 19, 2023
java
concurrency
memory-barriers
Instruction Re-Ordering
Jan 13, 2023
c#
.net
memory-barriers
If I don't use fences, how long could it take a core to see another core's writes?
Feb 06, 2023
x86
intel
cpu-architecture
memory-barriers
lockless
Cellular automata on GPU with WGSL
Sep 03, 2025
parallel-processing
memory-barriers
cellular-automata
webgpu
wgsl
GCC wiki memory barrier example
Sep 03, 2025
c++
gcc
memory-barriers
Older Entries »