List Question
10 TechQA 2024-12-29 06:08:36Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invalidation? What about similar code?
905 views
Asked by Andrew Russell
Performance cost of MESI protocol?
863 views
Asked by user997112
Invalidation of an Exclusive cache line
78 views
Asked by klezki
How `memory_order_relaxed` is enough in TTAS spinlock for Arm64?
133 views
Asked by blonded04
Can CPU load data from another CPU's cache using LOCK CMPXCHG instruction in x86?
90 views
Asked by k1r1t0
Shortcomings of cache coherence alternative
126 views
Asked by driewguy
Is synchronization faster on the same physical CPU core?
206 views
Asked by Lingfeng Xiang
Can MESI protocol auto sync a variable value bewteen cpu cores?
227 views
Asked by jean
MSI: When shared and invalid states can occur at the same time
240 views
Asked by Diego Barreiro
How does cache coherence work in multi-core and multi-processor architecture?
3.6k views
Asked by Sergey