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
What does "store-buffer forwarding" mean in the Intel developer's manual?
Aug 18, 2018
assembly
x86
intel
cpu-architecture
memory-model
C++ standard: can relaxed atomic stores be lifted above a mutex lock?
Sep 17, 2022
c++
mutex
memory-model
stdatomic
relaxed-atomics
Does the Java Memory Model (JSR-133) imply that entering a monitor flushes the CPU data cache(s)?
Dec 12, 2017
java
multithreading
synchronization
memory-model
cpu-cache
java: `volatile` private fields with getters and setters
Oct 24, 2022
java
volatile
memory-model
java-memory-model
Where can I find good, solid documentation for the C++0x synchronization primitives? [closed]
Sep 04, 2021
c++
multithreading
documentation
c++11
memory-model
Difference between memory_order_consume and memory_order_acquire
Mar 28, 2022
c++
c
atomic
memory-model
stdatomic
Why is memory_order given as a runtime argument to std::atomic functions
Oct 14, 2022
c++
c++11
atomic
memory-model
Thread.VolatileRead Implementation
Dec 17, 2021
c#
multithreading
memory-model
Does C have an equivalent of std::less from C++?
Oct 12, 2022
c
pointers
undefined-behavior
memory-model
memory-segmentation
Is it possible to observe a partially-constructed object from another thread?
Mar 25, 2022
c#
.net
multithreading
thread-safety
memory-model
Does empty synchronized(this){} have any meaning to memory visibility between threads?
Sep 05, 2022
java
concurrency
synchronized
volatile
memory-model
Memory fences: acquire/load and release/store
Sep 05, 2022
c++
memory-barriers
lock-free
stdatomic
memory-model
Could the JIT collapse two volatile reads as one in certain expressions?
Mar 18, 2022
java
volatile
jit
memory-model
java-memory-model
Is Dalvik's memory model the same as Java's?
Nov 24, 2019
java
android
dalvik
memory-model
java-memory-model
C++11 memory_order_acquire and memory_order_release semantics?
Sep 03, 2022
c++
mutex
atomic
memory-model
stdatomic
Does std::mutex create a fence?
Sep 03, 2022
c++
multithreading
mutex
memory-barriers
memory-model
How can C++ compilers support C++11 atomic, but not support C++11 memory model
Oct 25, 2022
c++
compiler-construction
c++11
memory-model
Is synchronizing with `std::mutex` slower than with `std::atomic(memory_order_seq_cst)`?
Sep 02, 2022
c++
c++11
concurrency
memory-model
compare-and-swap
Can modern x86 hardware not store a single byte to memory?
Nov 02, 2022
c++
assembly
concurrency
x86
memory-model
What is the C++03 memory model for concurrency?
Dec 16, 2021
c++
concurrency
c++03
memory-model
« Newer Entries
Older Entries »