Hacker News new | ask | show | jobs
by nickbauman 3938 days ago
That's a "trueism". However, the CLOC was on the Go part of the repo. Go's GC isn't implemented in GO.
1 comments

Isn't the runtime implemented in Go since 1.5? A quick overview of the C content[0] shows that the C source in Go is mostly cgo (either test cases or the runtime integration[0]) and the shootout C sources (for bench tests?).

[0] https://github.com/golang/go/tree/master/src/runtime/cgo