Skip to content

Releases: mirkosertic/Bytecoder

2018-11-25

25 Nov 17:54
Compare
Choose a tag to compare

Changes

  • #3 Implement exception handling completely …
  • #62 Integrate WASM AST to generate textual and binary code without WABT Toolchain
  • Minor fixes in WebAssembly AST
  • Optimized WebAssembly memory acccess for stack variables

2018-11-06

06 Nov 17:43
Compare
Choose a tag to compare

Changes

  • #61 Upgrade to OpenJDK 11
  • #62 Integrate WASM AST to generate textual and binary code without WABT Tools
  • #67 Bug Fix Invoke Dynamic handling
  • Fixed documentation issue
  • #66 Bug Fix Enum handling
  • #48 Create native values in IR for math operations
  • Bug fix in tableswitch processing
  • Bug fix in equals method
  • Optimized floating point remainder operation
  • #54 Export Annotation

2018-04-10

05 Apr 20:00
Compare
Choose a tag to compare

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

2018-02-01

01 Feb 16:33
Compare
Choose a tag to compare

Changes

  • #38 Add some OpenCL demos
  • #36 Prototype : Compile parts of the program as a GPU shader
  • Bug fixes and improvements on compiler IR

2018-01-16

16 Jan 19:43
Compare
Choose a tag to compare

Changes

  • Minor and major bug fixes
  • Implementation of relooper algorithm
  • Initial support for OpenCL kernels
  • Introduced foundation of optimizing compiler

2018-01-01

01 Jan 11:12
Compare
Choose a tag to compare

First official release

  • Compilation from Java to JavaScript
  • Compilation from Java to WebAssembly
  • Maven Plugin
  • Initial JRE emulation library