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 volatile
Do we need to synchronize access to an array when the array variable is volatile?
Sep 13, 2022
java
arrays
multithreading
volatile
Performance consequence of volatile member functions
Sep 13, 2022
c++
multithreading
volatile
Why doesn't C# volatile protect write-read reordering?
Nov 03, 2022
c#
.net
multithreading
volatile
Java volatile and cache coherence
Aug 29, 2022
java
volatile
How can assigning a variable result in a serious performance drop while the execution order is (nearly) untouched?
Oct 22, 2022
java
multithreading
performance
jvm
volatile
benchmarking, code reordering, volatile
Jun 27, 2022
c++
benchmarking
compiler-optimization
volatile
An equivalent to Java volatile in Python
Aug 16, 2022
java
python
volatile
Is volatile int in C as good as std::atomic<int> of C++0x?
Feb 16, 2022
c
c++11
atomic
volatile
CancellationTokenSource vs. volatile boolean
Oct 14, 2022
c#
task
volatile
cancellationtokensource
Does empty synchronized(this){} have any meaning to memory visibility between threads?
Sep 05, 2022
java
concurrency
synchronized
volatile
memory-model
Do I need volatile for variables of reference types, too?
Sep 05, 2022
java
caching
jvm
visibility
volatile
What kinds of optimizations does 'volatile' prevent in C++?
Oct 28, 2022
c++
optimization
volatile
Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)
Feb 26, 2022
c++
multithreading
c++11
atomic
volatile
Could the JIT collapse two volatile reads as one in certain expressions?
Mar 18, 2022
java
volatile
jit
memory-model
java-memory-model
AtomicReferenceFieldUpdater - methods set, get, compareAndSet semantics
Jun 13, 2022
java
concurrency
volatile
atomicreference
jsr166
Is the volatile keyword required for fields accessed via a ReentrantLock?
Sep 04, 2022
java
concurrency
locking
volatile
reentrancy
How does "Compare And Set" in AtomicInteger works
Oct 26, 2022
java
multithreading
concurrency
volatile
If volatile is useless for threading, why do atomic operations require pointers to volatile data?
Sep 04, 2022
c
atomic
volatile
What is the difference between a static global and a static volatile variable?
Sep 04, 2022
c
static
global
interrupt
volatile
Does accessing a declared non-volatile object through a volatile reference/pointer confer volatile rules upon said accesses?
Aug 15, 2018
c++
c
pointers
language-lawyer
volatile
« Newer Entries
Older Entries »