# # ChangeLog for libcfa/src/containers/stackLockFree.hfa # # Generated by Trac 1.2.1 # May 4, 2024, 12:30:26 AM Sun, 14 Jun 2020 19:00:31 GMT Peter A. Buhr [9019b14] * libcfa/src/containers/stackLockFree.hfa (modified) make "top" pointer volatile to prevent code movement Sun, 14 Jun 2020 02:40:44 GMT Peter A. Buhr [280ec46] * libcfa/src/containers/stackLockFree.hfa (modified) switch lock-free stack from CAAD to CAVD Mon, 18 May 2020 20:40:10 GMT Peter A. Buhr [314dab6] * driver/cfa.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/containers/stackLockFree.hfa (modified) add -latomic flag to cfa.cc to get 16-byte CAS, add ... Mon, 18 May 2020 01:06:28 GMT Peter A. Buhr [9c438546] * libcfa/src/containers/stackLockFree.hfa (added) * libcfa/src/heap.cfa (modified) move allocation "size" field, allow alternative lock-free stack for ...