Skip to content

1.3.0-34

Choose a tag to compare

@boulder-on boulder-on released this 19 Oct 23:23
· 34 commits to Java_24 since this release
  • Union support
  • enum support
  • DebugPassport added so that you can set breakpoints in the generated code.
  • Added support for extending other interfaces that extend Passport
  • Improved efficiency of arrays of structs
  • For critical methods, arrays are passed as java heap memory
  • Added direct jextract and JNA Direct performance comparison
  • Made all method handles static final
  • Fixed handling of nulls in structs/records
  • Improved efficiency of null handling
  • Removed dead code
  • Updated code generation to work with inner classes
  • Removed m_ from generated code variable names