How are cache memories shared in multicore Intel CPUs?

前端 未结 3 821
攒了一身酷
攒了一身酷 2020-12-02 10:05

I have a few questions regarding Cache memories used in Multicore CPUs or Multiprocessor systems. (Although not directly related to programming, it has many repercussions wh

3条回答
  •  遥遥无期
    2020-12-02 10:20

    Quick answers 1) Yes 2)No, but it all may depend on what memory instance/resource you are referring, data may exist in several locations at the same time. 3)Yes.

    For a full length explanation of the issue you should read the 9 part article "What every programmer should know about memory" by Ulrich Drepper ( http://lwn.net/Articles/250967/ ), you will get the full picture of the issues you seem to be inquiring about in a good and accessible detail.

提交回复
热议问题