Skip to content
Jul 29, 2019
Jul 29, 2019
Jul 21, 2019
Implement cloning of SSA programs
This was intended to improve the performance of computing both a naive
and a proper SSA form. However, cloning, even with all the unsafe
code, proved to be slower than just creating two separate programs
from the AST.
Jul 21, 2019
Implement ineffassign using go/cfg
Discarded as go/cfg's graph cannot correctly model select statements
or loop variables. We managed to work around select statements, but
can't work around loop variables.
Jun 27, 2019
Version 2019.2.1
Jun 27, 2019
Version 2019.2.1
Jun 24, 2019
Version 2019.2
Jun 24, 2019
Version 2019.2
Mar 15, 2019
Version 2019.1.1
Jan 2, 2019
Version 2019.1
You can’t perform that action at this time.