1.12
changkun opened this issue · 1 comments
changkun commented
动机
目前已经发布了 1.12 的 beta1 版本,考虑到 1.12 版本对运行时作出了较多改进,应该
开始准备对内容进行适配。
需求说明
-
1.12 Release Note: https://tip.golang.org/doc/go1.12
-
1.12 Issue tracker: https://github.com/golang/go/milestone/65
-
1.12 vs 1.11 变化对比: https://github.com/changkun/go/pull/4/files
-
相对重要的改进
- 抢占式调度:golang/go#24543
- 并发 GC:golang/go#17503
- 并发 GC:golang/go#26903
- Go 程序 ABI : golang/go#27539
-
比较重要的 bug: