Persistent Memory Analysis Tool (PMAT) - Valgrind Plugin that provides an online sampling approach towards performing verification on persistent memory.
GNU General Public License v2.0
1
stars
0
forks
source link
Use PMAT as guidance towards creating Durable Linearizable data structure #30
Using a verification function and PMAT, I can be guided to where a CLFLUSH should be added as well as a SFENCE for the sake preserving and attaining durability. I maybe should have individual patches that show how I came each individual conclusion. All in Docker image?
Using a verification function and PMAT, I can be guided to where a
CLFLUSH
should be added as well as aSFENCE
for the sake preserving and attaining durability. I maybe should have individual patches that show how I came each individual conclusion. All in Docker image?