Posted in

Go的race detector为何只抓到32%的数据竞争?,离谱的采样机制+忽略sync.Pool导致高危竞态长期隐身(LLVM IR级溯源)

第一章:Go的race dete … Go的race detector为何只抓到32%的数据竞争?,离谱的采样机制+忽略sync.Pool导致高危竞态长期隐身(LLVM IR级溯源)Read more

Posted in

SO库中全局变量被Go并发读写导致数据竞争?用gcc -fPIC -shared编译时加入-Wl,–no-as-needed -Wl,–allow-multiple-definition双保险机制

第一章:SO库中全局变量被Go并 … SO库中全局变量被Go并发读写导致数据竞争?用gcc -fPIC -shared编译时加入-Wl,–no-as-needed -Wl,–allow-multiple-definition双保险机制Read more

Posted in

Go test -race为何检测不到某些数据竞争?计算机Store Buffer、TSO内存模型与Go race detector的检测盲区图谱

第一章:Go test -rac … Go test -race为何检测不到某些数据竞争?计算机Store Buffer、TSO内存模型与Go race detector的检测盲区图谱Read more