附录A 参考资料

这本书的内容基本上是我对Go1.1源代码的研究,以及网上找到的一些资料的整理。参考资料如下:

  1. Russ cox的博客
  2. wiki
  3. 调度器
  4. tcmalloc内存管理
  5. Tw’s Blog
  6. 刑星的博客
  7. 探究GO中各个目录的功能
  8. jra’s thoughts
  9. Morsing’s Blog
  10. 我的迦南地
  11. Analysis of the Go runtime scheduler
  12. Go 1.2 Runtime Symbol Information
  13. goroutine与调度器
  14. Closures in Go
  15. Golang Internals, Part 4: Object Files and Function Metadata
文档更新时间: 2018-07-23 07:17   作者:Minho