runtime? is it directly compiled into the programs binary as code we haven't written?
Yes, the GC is compiled into the binary
Go has a standard lib and some default functions that get copied into the final binary. You have native code that is compiled and it is calling into the go runtime aka a bunch of functions and overall management for the process.
Обсуждают сегодня