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
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
Does a pthread_cond_signal or pthread_cond_broadcast call imply a write memory barrier?
Dec 19, 2022
c++
multithreading
pthreads
language-lawyer
memory-barriers
Double lock with volatile or memory barrier
Dec 16, 2022
c#
.net
multithreading
volatile
memory-barriers
sequentially-consistent atomic load on x86
Dec 15, 2022
assembly
x86
atomic
memory-barriers
memory-model
Can memory store be reordered really, in an OoOE processor?
Dec 06, 2022
c++
c
cpu-architecture
processor
memory-barriers
Why memory_order_release support until C++20?
Dec 06, 2022
c++
c++20
memory-barriers
What is the difference between load/store relaxed atomic and normal variable?
Dec 04, 2022
c++
c++11
atomic
memory-barriers
stdatomic
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
Older Entries »