Really appreciate the article and the pointer to Go's SSA backend, which appears to implement common optimization passes like SCCP succinctly with good comments[0]. It's always nice to see harder concepts implemented with simplicity and readability in mind.
1 comment
[ 2.4 ms ] story [ 12.5 ms ] thread[0] https://github.com/golang/go/blob/master/src/cmd/compile/int...