We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4dddc8 + b889eee commit b2b5dbcCopy full SHA for b2b5dbc
defer.md
@@ -76,7 +76,7 @@ func newdefer(siz int32) *_defer {
76
```go
77
type _defer struct {
78
siz int32 // 函数的参数总大小
79
- started bool // TODO defer 是否已开始执行?
+ started bool // defer 是否已开始执行
80
sp uintptr // 存储调用 defer 函数的函数的 sp 寄存器值
81
pc uintptr // 存储 call deferproc 的下一条汇编指令的指令地址
82
fn *funcval // 描述函数的变长结构体,包括函数地址及参数
0 commit comments