Skip to content

Commit 759045b

Browse files
committed
Typo
1 parent 00dd584 commit 759045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2017/Memory_Model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
- 评价:这是一种相对较强的Memory Model,被x86采用$^{[21]}$,程序员可以简单地把它抽象成带写缓冲区(Write Buffer)的多处理器系统
250250
- `PC(Processor Consistency)`
251251
- 和TSO的区别
252-
- Store Atomicity:Load Other's Write Early
252+
- Store Atomicity:Load Other's Store Early
253253
- 优点:相比TSO,放松了写一致性的要求,降低了Coherence Protocol上的开销
254254
255255
<u>进一步地,允许SS乱序</u>:

0 commit comments

Comments
 (0)