Skip to content

Commit

Permalink
update go-gc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobinqt committed Aug 22, 2023
1 parent 64d79a2 commit 72ba151
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/posts/go/go-gc.md
Expand Up @@ -17,9 +17,9 @@ featuredImage: "https://cdn.xiaobinqt.cn/xiaobinqt.io/20221118/74f00ad9b27842688

reproduce: true

series: ["reproduce"]
tags: ["golang","GC"]
categories: ["golang"]
series: [ "reproduce" ]
tags: [ "golang","GC" ]
categories: [ "golang" ]
lightgallery: true

toc: true
Expand Down Expand Up @@ -465,5 +465,6 @@ GoV1.8:三色标记法,混合写屏障机制, 栈空间不启动,堆空

## 参考

+ [一文弄懂 Golang GC、三色标记、混合写屏障机制](https://community.apinto.com/d/34057-golang-gc)
+ [Golang三色标记+混合写屏障GC模式全分析](https://www.kancloud.cn/aceld/golang/1958308)
+ [Golang中GC回收机制三色标记与混合写屏障](https://www.bilibili.com/video/BV1wz4y1y7Kd/)

0 comments on commit 72ba151

Please sign in to comment.