All Versions
64
Latest Version
Avg Release Cycle
33 days
Latest Release
-

Changelog History
Page 7

  • v0.4 Changes

    • Publish sources.
    • Provide top-level pauseLockFreeOp for debugging.
    • Stability improvements.
  • v0.3 Changes

    • 👌 Improved handling of compiler local variables for atomic fields.
    • 👌 Support atomicVar.value = constant (with LDC instruction).
    • 🔒 Provide randomSpinWaitIntermission for lock-freedom tests.
  • v0.2 Changes

    • 👌 Support non-private atomic fields in nested classes that are accessed by other classes in the same compilation unit.
    • 👌 Support for lock-freedom testing on unprocessed code (other potential uses via interceptors in the future).
  • v0.1 Changes

    • 🎉 Initial release.