Speaking from my OS class, the concept of false sharing seems very related to thrashing. Instead of constantly evicting and bringing in the same pages from disk to memory, we're evicting and bringing in the same pages from memory to cache lines.
Please log in to leave a comment.
Speaking from my OS class, the concept of false sharing seems very related to thrashing. Instead of constantly evicting and bringing in the same pages from disk to memory, we're evicting and bringing in the same pages from memory to cache lines.