I am trying to understand if the property sref <= sloc holds (where <= means subset of) and thus having sloc & sref in the definition of mutordatom is redundant.
If I think of sref and sloc as virtual an physical memory, I think the property should hold. However, it seems that on the device, sref can be other things. Thus, I'm not completely sure if the property should also hold for those cases.
I am trying to understand if the property
sref <= slocholds (where<=means subset of) and thus havingsloc & srefin the definition ofmutordatomis redundant.If I think of
srefandslocas virtual an physical memory, I think the property should hold. However, it seems that on the device,srefcan be other things. Thus, I'm not completely sure if the property should also hold for those cases.