llgo v0.2 Release Notes
Release Date: 2014-01-06 // over 9 years ago-
๐ 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.