Posted in

go tool compile输出的SSA dump文件如何解读?——用3个真实case还原编译器优化决策(内联/逃逸/寄存器分配)

第一章:go tool comp … go tool compile输出的SSA dump文件如何解读?——用3个真实case还原编译器优化决策(内联/逃逸/寄存器分配)Read more

Posted in

Go编译器生成的汇编总不最优?用go tool compile -S + custom register allocator策略提升LLVM IR命中率

第一章:Go编译器生成汇编非最优 … Go编译器生成的汇编总不最优?用go tool compile -S + custom register allocator策略提升LLVM IR命中率Read more