Posted in

Go程序首条用户代码执行前,runtime已默默完成的8项基础设施初始化(含netpoller、timerproc、sysmon注册)

第一章:Go程序是怎么跑起来的 … Go程序首条用户代码执行前,runtime已默默完成的8项基础设施初始化(含netpoller、timerproc、sysmon注册)Read more

Posted in

为什么goroutine在main之前就运行了?Golang启动时序模型首次公开:runtime·schedinit → sysmon → main goroutine

第一章:Golang启动方式概览 … 为什么goroutine在main之前就运行了?Golang启动时序模型首次公开:runtime·schedinit → sysmon → main goroutineRead more

Posted in

【限时开放】Go runtime源码注释版(含217处计算机体系结构批注):从g0栈初始化到sysmon监控的每行汇编溯源

第一章:Go runtime源码 … 【限时开放】Go runtime源码注释版(含217处计算机体系结构批注):从g0栈初始化到sysmon监控的每行汇编溯源Read more