Skip to content

picotm 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tdz tdz released this 27 Nov 13:33
· 506 commits to master since this release
  • New transactional data structures. Picotm now supports transactional lists, multisets, queues and stacks. Operations on these data structures provide concurrency control and error detection, and integrate with the transaction manager.
  • Unused functions and static variables can now be removed during the link step. This can greatly reduce the size of statically linked executables.
  • Bug fix: Failure to initialize a transaction will now be handled correctly by starting error recovery. (#139)
  • Bug fix: Irrevocability state is released exactly once during a roll back. (#160)