Skip to content

1.11.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:51
· 17 commits to master since this release

Fixed a crash on compiling empty programs at low optimisation levels.

The strip argument is now -s, consistent with other compilers, and
binaries are no longer stripped by default.

Stripping is now done during linking, rather than shelling out to
strip. This is faster and more robust.

Improved dead code elimination after multiply loops, e.g. [>++<-][-]
is equivalent to [>++<-].