Skip to content

2018-04-10

Compare
Choose a tag to compare
@mirkosertic mirkosertic released this 05 Apr 20:00
· 1071 commits to master since this release

Changes

  • #32 Optimize redundant variable assignments
  • #39 Optimize generated JavaScript size
  • #40 Use Graph based IR
  • #43 Optimize virtual method calls
  • #44 Optimize GOTOs to dominated nodes
  • #45 Separate API and Classlib into Maven modules
  • #47 Automatically derive imports from class and method name
  • #46 Use OpenJDK as classlib instead of self made one
  • #50 Default methods in interfaces are sometimes not detected
  • #55 Add tests for various Lambda Method Reference calling patterns