楼主:
mozzan (mozzan)
2014-03-12 23:16:35大家好,我在读原文书的时候这一段看不懂
Next, we illustrate a classic software-based solution to the critical-section
problem known as Peterson’s solution. Because of the way modern computer
architectures perform basic machine-language instructions, such as load and
store, there are no guarantees that Peterson’s solution will work correctly
on such architectures.
这是原文书上Process Synchronization第三节
它应该是说 Peterson’s solution 不适用在 Load/store architecture
想请问实际的原因是??