占坑系列
created_at: 2023-01-17
整理一些 go 编译器相关的内容,自己的理解,慢慢完善。
看代码用到的一些资源以及工具:
- Sourcegraph - 十分好用,并且有 vscode 的扩展,不过扩展不能直接搜代码
- Go Documentation - 官方文档
- Introduction to the Go compiler - go 源码里对编译过程的描述
- Introduction to the Go compiler's SSA backend
- Go internal ABI specification
核心点:
- GMP
- lock & race
- gc
- plan9 -> 机器码
- Syscall
- SSA
- ABI