79791147

Date: 2025-10-15 12:12:38
Score: 2
Natty:
Report link

False sharing is a scenario in which different address locations in the same cache line is accessed by multiple cores. This can cause performance degradation due to the cache line being marked as invalid and the cores required to load the data from main memory, even without a real necessity to do so. You can read more about it here: https://vayavyalabs.com/blogs/cache-coherence-in-risc-v/

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ashwini Badakundri