Multicore Processor False Sharing Problem
Suppose that you have a multi-core processor where each core has a private cache with 64-byte blocks. Suppose that two processors PA and PB perform the following operations on memory blocks. We used the notation B_I(J-K) to indicate an operation on byte range J-K of block I. Identify those operations that lead to false sharing.