Skip to content

v3.7.0

Compare
Choose a tag to compare
@avsm avsm released this 11 Mar 16:58
· 218 commits to main since this release

CHANGES:

  • Improve performance by not doing redundant bounds checks
    in both the Bigarray and Cstruct level (#236 @Reperator @chambart)
  • Ignore fields starting wih _ by skipping code generation
    but still respecting the space usage of that field. This was
    a convention before but is now enforced by the code generator
    to save space in the output (#233 @emillon)
  • More warnings suppression for sizeof and enums (#231 @emillon)