Posted in

【Go编译器冷知识】:const定义的数值如何参与常量传播优化?看gc编译器如何将1000行代码压缩为单指令

第一章:Go常量的本质与编译期语 … 【Go编译器冷知识】:const定义的数值如何参与常量传播优化?看gc编译器如何将1000行代码压缩为单指令Read more

Posted in

Go常量 iota vs C enum vs TypeScript const enum:编译期常量生成机制的语义鸿沟(含go tool compile -S反汇编对比)

第一章:Go常量 iota vs … Go常量 iota vs C enum vs TypeScript const enum:编译期常量生成机制的语义鸿沟(含go tool compile -S反汇编对比)Read more

Posted in

Go编译期常量传播失效?用go tool compile -S验证const folding,3个典型case揭示编译器优化边界

第一章:Go编译期常量传播与co … Go编译期常量传播失效?用go tool compile -S验证const folding,3个典型case揭示编译器优化边界Read more