Posted in

Go中调用C回调函数导致goroutine永久阻塞?——剖析runtime.entersyscall/exitsyscall在C long-running call中的失效逻辑

第一章:Go中调用C回调函数导致 … Go中调用C回调函数导致goroutine永久阻塞?——剖析runtime.entersyscall/exitsyscall在C long-running call中的失效逻辑Read more

Posted in

Go底层函数到底有多快?实测对比:syscall.Syscall vs runtime.entersyscall vs direct libcall——第3种方案已被99%团队忽略!

第一章:Go底层函数到底有多快? … Go底层函数到底有多快?实测对比:syscall.Syscall vs runtime.entersyscall vs direct libcall——第3种方案已被99%团队忽略!Read more

Posted in

【20年Go布道者私藏】:用delve调试os.ReadDir源码的5个关键断点——从syscall.Syscall到runtime.entersyscall的全栈追踪路径

第一章:delve调试环境的初始 … 【20年Go布道者私藏】:用delve调试os.ReadDir源码的5个关键断点——从syscall.Syscall到runtime.entersyscall的全栈追踪路径Read more