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
Create a benchmark that explores the size of the cache to number of bugs found. #36
It could be rather useful to know this, and can possibly be displayed as some kind of graph. Expectation is that the larger your cache, the un-flushed cache-lines you get and the more likely you are to see bugs. Keeping the write-back reordering buffer a fixed size isn't a bad idea too, but perhaps making it larger would do some good.
It could be rather useful to know this, and can possibly be displayed as some kind of graph. Expectation is that the larger your cache, the un-flushed cache-lines you get and the more likely you are to see bugs. Keeping the write-back reordering buffer a fixed size isn't a bad idea too, but perhaps making it larger would do some good.