作者:
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
想請問實際的原因是??