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
Instruction reordering on intel
Dec 19, 2025
c
assembly
x86
memory-barriers
Why does C#'s Thread.MemoryBarrier() use "lock or" instead of mfence?
Dec 16, 2025
c#
.net-core
assembly
x86-64
memory-barriers
Can multiple readers synchronize with the same writers with acquire/release ordering?
Dec 15, 2025
c++
atomic
memory-barriers
stdatomic
memory-model
Acquire/Release VS Sequential Consistency in C++11?
Dec 12, 2025
c++
atomic
memory-barriers
memory-model
stdatomic
PMC to count if software prefetch hit L1 cache
Oct 29, 2025
x86-64
intel
performancecounter
memory-barriers
intel-pmu
What is the (slight) difference on the relaxing atomic rules?
Oct 28, 2025
c++
memory-barriers
memory-model
stdatomic
relaxed-atomics
Synchronising with mutex and relaxed memory order atomic
Oct 26, 2025
c++
c++17
atomic
memory-barriers
stdatomic
Visibility of atomic operations with seq-cst fences in C++20
Oct 25, 2025
c++
language-lawyer
memory-barriers
stdatomic
memory-model
Java volatile memory ordering and its compilation on x86-64
Oct 25, 2025
java
x86-64
volatile
memory-barriers
java-memory-model
Do we need a memory acquire barrier when loading a pointer from memory?
Oct 19, 2025
c
assembly
atomic
memory-barriers
How to build a barrier by rust asm?
Oct 19, 2025
rust
inline-assembly
memory-barriers
What exactly is Synchronize-With relationship?
Oct 18, 2025
c++
multithreading
memory-barriers
stdatomic
memory-model
Does C++ `memory_order_seq_cst` guarantee load of other variables in the current thread?
Oct 17, 2025
c++
multithreading
c++20
memory-barriers
stdatomic
std::condition_variable memory writes visibility
Oct 17, 2025
c++
multithreading
synchronization
atomic
memory-barriers
Need clarification about Thread.MemoryBarrier() [duplicate]
Oct 16, 2025
c#
multithreading
memory-barriers
Memory Barriers: a Hardware View for Software Hackers Example 3
Oct 13, 2025
memory-barriers
Do concurrent interlocked and reads require a memory barrier or locking?
Sep 18, 2025
c#
multithreading
thread-safety
shared-memory
memory-barriers
Older Entries »