You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Hi all.
Is there any documentation regarding the internals of GO run-time ? Things like:
- memory allocation strategies; guarantees on alignment and so on - garbage collection algorithms; host program GC control/ GC guarantees, if any - scheduler algorithms ; incoming changes in future - internal of dispatching methods on types. - internals of interfaces
If there is not such a documentation, is there any plan by GO language team to make such docs available to the end users ? They exist probably internally somewhere.
Thanks.
Christoph Hack
unread,
Jul 16, 2012, 8:28:40 AM7/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Some of them are available, but they are subject to change. You shouldn't rely on
any of them.
- scheduler algorithms ; incoming changes in future
If you read golang-dev you will also pick up the names of the people working on things, they will be the experts.
s.maty...@gmail.com
unread,
Mar 12, 2015, 11:10:36 AM3/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Recently, I've started a series of blog posts where I share my own experience of investigating Go source code. I also plan to cover some of the topics that you mentioned. This series can be found here. It might be useful for those who want to start investigating Go internals.