Search code examples
Performance vs. C++ memory model...


c++performancec++11concurrencymemory-model

Read More
What does `std::kill_dependency` do, and why would I want to use it?...


c++multithreadingmemory-modelc++11

Read More
C++ memory ordering...


c++c++11memory-model

Read More
Need help understanding Boost.Atomic Memory Model `memory_order_release` Example...


c++boostatomicmemory-model

Read More
Strange results about C++11 memory model (Relaxed ordering)...


c++c++11memory-model

Read More
Raising Events in Multi-Threaded Environment...


c#.netmultithreadingconcurrencymemory-model

Read More
Are C++11 compilers allowed to introduce additional loads of atomic variables?...


multithreadingc++11memory-model

Read More
Example for a correctly synchronized program with data races in Java memory model...


javamemory-modeljls

Read More
Do atomics in C++11 prevent compiler to re-read from shared variables?...


c++c++11atomicmemory-model

Read More
What is the scope of memory flushed or published to various threads when using volatile and synchron...


javasynchronizationmemory-modeljava-memory-model

Read More
How causal consistency is different to sequential consistency?...


javacalgorithmconcurrencymemory-model

Read More
Is Dalvik's memory model the same as Java's?...


javaandroiddalvikmemory-modeljava-memory-model

Read More
x86_64 memory reorder...


concurrencyx86-64memory-model

Read More
Release/Acquire semantics wrt std::mutex...


c++multithreadingc++11mutexmemory-model

Read More
Questions about Cuda 4.0 and unified memory model...


sdkcudagpunvidiamemory-model

Read More
What is a consume operation in the C++11 Standard?...


c++multithreadingc++11semanticsmemory-model

Read More
Memory limit for x86 microprocessors...


x86memory-model

Read More
Does exchange or compare_and_exchange reads last value in modification order?...


c++c++11atomiclock-freememory-model

Read More
Concurrent writes to different locations in the same cache line...


c++cachingconcurrencyc++11memory-model

Read More
access data segment from kernel space...


cmemory-managementlinux-kernelvirtual-memorymemory-model

Read More
c# memory model, locking, and syncronization...


c#multithreadinglockingshared-memorymemory-model

Read More
How to control a program's default stack settings in BSD or Linux?...


linuxstackfreebsdmemory-model

Read More
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
BackNext