File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ ## Nov 2019
4
+ In this update, we fixed several bugs and improved performance.
5
+
6
+ A big thank you to the following folks that helped to make PMwCAS even better.
7
+
8
+ - Wojciech Golab and his students from the University of Waterloo found a linearizability bug, which may cause spurious abort in some cases.
9
+ - Ziqi Wang from Carnegie Mellon University found an optimization that can improve the PMwCAS by reducing persistent memory flushes.
10
+ - Shaonan Ma from Tsinghua University located a bug in PMDK integration that a crash during allocation may cause a memory leak.
11
+
12
+ ## June 2019
13
+
14
+ Added PMDK backend, bug fixes, and general improvements on code base.
15
+
16
+ Note that the PMDK integration assumes a Linux environment and might not work well on Windows machines.
You can’t perform that action at this time.
0 commit comments