Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

v0.2

Latest
Compare
Choose a tag to compare
@axw axw released this 06 Jan 14:01
· 361 commits to master since this release

This is a refactoring release, wherein llgo has been partially rewritten to use go.tools/ssa. In addition:

  • Interfaces are represented as in gc.
  • Panic/recover/defer are now implemented in terms of setjmp/longjmp.
  • Better code generation for non-global function calls, map iteration, struct comparisons.
  • Numerous fixes and minor improvements.