Posted in

Go defer性能真相:郝林用go tool compile -S分析10万次调用,揭示defer编译为跳转指令的2个临界点

第一章:Go defer性能真相 … Go defer性能真相:郝林用go tool compile -S分析10万次调用,揭示defer编译为跳转指令的2个临界点Read more

Posted in

Go源码不是玩具:用go test -c -gcflags=”-S”反汇编对比,实测defer编译优化在src/runtime/panic.go中的演进

第一章:Go源码不是玩具:用go … Go源码不是玩具:用go test -c -gcflags=”-S”反汇编对比,实测defer编译优化在src/runtime/panic.go中的演进Read more