All lock-free algorithms which are used in the engine should be tested here.
A virtual machine that emulates a memory model as described in C++ standard (memory_order).
Detects:
- missed cache flushes.
- missed cache invalidations.
- data races.
All lock-free algorithms which are used in the engine should be tested here.
A virtual machine that emulates a memory model as described in C++ standard (memory_order).
Detects: