I don’t understand StoreLoad.
Does store1 StoreLoad load2 mean that the CPU’s store instruction cannot be reordered after StoreLoad and the load instruction cannot be reordered before StoreLoad?
If that’s the case, does it mean that the load instruction can be sorted after StoreLoad and the store instruction can be sorted before StoreLoad?
New contributor
qwee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1