Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Intermediate: Talk: Go Runtime 3 #20

Closed
3 tasks done
pshirali opened this issue Apr 8, 2019 · 1 comment
Closed
3 tasks done

Proposal: Intermediate: Talk: Go Runtime 3 #20

pshirali opened this issue Apr 8, 2019 · 1 comment

Comments

@pshirali
Copy link
Member

pshirali commented Apr 8, 2019

Type: Talk

Level: Intermediate

Duration (minutes, includes Q&A): 60 min

Abstract:

Go Runtime Part 3 - A look into Go's GC.

Links:

...

Intended Audience (optional)

Prerequisites

Recommended Learning


Speaker Bio

Name: Dinesh Kumar


Self Declaration:

Please replace the blank space within the square bracket with an x to tick the box.

  • I have read and understood the Go Community Code of Conduct
  • I have read and understood the StudyGroup Rules & Guidelines
  • I have already consulted and obtained clearance from all stakeholders about any Intellectual Property. I'm solely responsible for the content I present.

Proposed Dates: May 28th 2019

@pshirali
Copy link
Member Author

pshirali commented Apr 8, 2019

28-03-2019 go study group -- Notes by @devdinu

=== gc agenda ===

  • non generational, non compaction, concurrent gc (tricolor gc)

gosched,
*global stack
g - goroutines
p - process (multiplexes g's)
m - machine

  1. mark - finding objects / mem which is in use
  2. sweep (unreachable obje/mem could be freed)

=== questions: ===

  • write barrier usecase
  • tcmalloc (non-compaction)
  • non-generational ?

=== links ===
https://making.pusher.com/golangs-real-time-gc-in-theory-and-practice/ (gc tricolor cycles with animation)
golang/go#17503
http://neodooth.me/post/2017-09-05-stack-re-scanning-in-go/ (great article on write barrier)
https://groups.google.com/forum/#!topic/golang-nuts/kjiyv2mv2pu/discussion (golang nuts discussion)
https://news.ycombinator.com/item?id=16699611

@pshirali pshirali closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant