Skip to content

Releases: amit-davidson/Chronos

v.0.1.0

19 Oct 17:30
Compare
Choose a tag to compare
v.0.1.0 Pre-release
Pre-release

Support for:

  • Pointer analysis of variables (does not include synchronization mechanisms such as locks, channels, etc)
  • Analysis of:
    • Conditional branches
    • Functions with a single return
    • Nested functions
    • Interfaces
    • Defers
  • Synchronization using:
    • Mutexes
    • Goroutines starts