Plan9-Golang go tool compile -S -N -l x.go > x.text -S:输出生成的汇编代码 -N:禁用编译器的优化 -l:控制函数内联行为 TODO 分析Golang中基础数据结构 ...