Search code examples
Is this instruction reordering allowed by the JLS or not?...

javajvmmemory-modeljls

Read More
Is double check issue fixed in 1.6 or 1.7?...

javamemory-model

Read More
Why isn't java.lang.Class.newInstance0() strictly correct under the java memory model?...

javamemory-model

Read More
publication safety, relaxed memory models and memcpy...

c++c++11synchronizationx86memory-model

Read More
C11/C++11 Memory Model...

c++gccc++11memory-modelc11

Read More
Value representation of non-trivially copyable types...

c++objectmemory-model

Read More
Why we cannot apply the guarantee included in JLS?...

javamemory-model

Read More
Does a correctly synchronized program still allow data race?(Part I)...

javamultithreadingmemory-model

Read More
May a correct program be incorrectly synchronized?...

javamemory-model

Read More
Does const_cast ever cause actual code emission?...

c++constantsmemory-modelconst-castdata-representation

Read More
Does making a field `volatile` prevent all memory visibility issues in a concurrent situation?...

javaconcurrencymemory-model

Read More
java: `volatile` private fields with getters and setters...

javavolatilememory-modeljava-memory-model

Read More
Is it possible to observe a partially-constructed object from another thread?...

c#.netmultithreadingthread-safetymemory-model

Read More
.NET memory model, multiple instances of the same program running simultaneously...

.netmemory-model

Read More
Are all side-effects of executor tasks visible after invokeAll?...

javamultithreadingconcurrencyjava.util.concurrentmemory-model

Read More
Fence instruction insertion by JVM/JIT...

javamemory-modeljava-memory-model

Read More
Where can I find good, solid documentation for the C++0x synchronization primitives?...

c++multithreadingdocumentationc++11memory-model

Read More
visibility of side effects when creating and joining threads...

javamultithreadingconcurrencysynchronizationmemory-model

Read More
Qt4 Creator/QMAKE equivalent to "-mcmodel=medium" GCC compiler settings...

c++gccqt4scientific-computingmemory-model

Read More
A question about Java Memory Model...

javamultithreadingmemory-model

Read More
Does a lock around a write guarantee fresh read in another thread? (.Net, memory model)...

c#.netconcurrencylockingmemory-model

Read More
Bound view model property updated in background thread; will the UI always see the updated value?...

c#.netwpfmultithreadingmemory-model

Read More
Double-Check Idiom using booleans...

javamultithreadingconcurrencysynchronizationmemory-model

Read More
Understanding Memory Models...

cpu-architecturecpu-registersmemory-model

Read More
During a data race can a thread ever read initial null value of volatile variable? especially when a...

javaconcurrencyvolatilememory-model

Read More
Java Memory Model and boolean for success...

javamemory-model

Read More
python threading: memory model and visibility...

pythonmultithreadingmemory-model

Read More
C++0x: memory ordering...

c++c++11memory-model

Read More
C++0x memory model and speculative loads/stores...

c++concurrencyc++11compiler-optimizationmemory-model

Read More
How does memory fences affect "freshness" of data?...

c#c++multithreadinglock-freememory-model

Read More
BackNext