Out of curiosity, any idea how well does Go asm works with Delve (the Go debugger)?
Just wish core dumping Go programs worked on OSX. Hopefully one day. :)
Fundamentally, it's a representation and it's intermediate isn't it?
Freedoms taken by the go assemblers also seem to be decreasing as the compiler becomes smarter. E.g. instruction reordering is no longer performed (https://github.com/golang/go/issues/15837).
You can read about the assemblers here: https://golang.org/doc/asm