Skip to content

Releases: LexiFi/landmarks

v1.4

18 Aug 16:26
Compare
Choose a tag to compare

CHANGES

  • switch to github actions
  • add a link to https://github.com/LexiFi/landmarks-starter
  • split landmarks into landmarks and landmarks-ppx
  • enabled instrumentation (PR #23, @nojb)
  • use floatarray #24 (@nojb)
  • use ppxlib instead of OMP (PR #22)
  • improvements on the doc and examples (PR #15, #16, @Ostera)
  • primitive support for objects (allow to annotate methods)
  • dynamic landmarks
  • auto now automatically benchmark all methods

v1.3

10 Dec 14:47
Compare
Choose a tag to compare

CHANGES:

  • migrate from jbuilder to dune
  • migrate to opam 2.0
  • adds two new primitives: push/pop_profiling_state
  • prepare migration for Pervasives deprecation
  • redefine 'Stdlib.raise' in the 'Landmark' to allow using landmark with -no-stdlib (as 'raise' is used to wrap exception in the generated code).