Closed LouisJenkinsCS closed 4 years ago
Working on this, currently have a small minor bug where it does not appropriately split the cache-line just yet. May have to do with FLUSH across multiple cache-lines.
Fixed now!
Just tested it, I get an incorrect value when combining the split upper and lower bytes of the instrumented value.
PMAT: pmat_main.c:863 (trace_pmem_store): Assertion 'lower | upper << (allBits - remainingBits) == value' failed.
PMAT: 0 | 0 << 56 != 17592355725312
Fixed again, and NStore now runs appropriately
There are a lot of split cache-line writes that need to be addressed. Right now we just have a warning and silently proceed (undefined behavior) mostly out of laziness; this needs to be addressed by PACT2020 deadline.