Re: [go-nuts] Re: Learning the runtime

2020-03-05 Thread Ian Lance Taylor
On Wed, Mar 4, 2020 at 8:26 PM wrote: > > Turns out, other parts of the runtime have decent docs – mgc.go is very well > commented, for example. I may have started my research in the darkest corners > (itab, ptab, ftab, oh my). Improvements to the comments are always welcome, and the best peopl

[go-nuts] Re: Learning the runtime

2020-03-04 Thread buchanae
Turns out, other parts of the runtime have decent docs – mgc.go is very well commented, for example. I may have started my research in the darkest corners (itab, ptab, ftab, oh my). -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe

[go-nuts] Re: Learning the runtime

2020-03-04 Thread buchanae
> What part in particular are you interested in? I ended up in the runtime code because I'm interested in plugins, the linker, loader, and how the runtime manages types. In particular, I'm interested in https://github.com/golang/go/issues/28783. My comment here explains why: https://github.com