Skip to content

2023-03-28

Compare
Choose a tag to compare
@mirkosertic mirkosertic released this 28 Mar 19:23
· 150 commits to master since this release

Changes

  • Major refactoring of JVM bytecode parsing, now it is based on ASM
  • Major refactoring of compiler logic and IR
  • Major refactoring of structured control flow recovery logic, dropped Relooper and Stackifier algorithms completely
  • Major refactoring of JS code generator
  • Major refactoring of OpenCL code generator
  • Major refactoring of Wasm code generator, now based on latest Wasm release with exception handling
  • Wasm code now uses latest GC proposal instead of custom memory management
  • JRE classes are now based on Java 20