All Versions
1
Latest Version
0.2
Avg Release Cycle
-
Latest Release
3761 days ago

Changelog History

  • v0.2 Changes

    January 06, 2014

    ๐Ÿš€ 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.