23 ms·
Right, so native code generated by Go probably needs some kind of runtime initialization before it can even start executing.
by smeg 14y ago
Right, so native code generated by Go probably needs some kind of runtime initialization before it can even start executing.
- msbarnett 14y agoAmong other things which aren't expressible in Go, that's part of it. You could do those bits in Assembler and the rest in Go if you really wanted to stay out of C, but the net effect is just that the language runtime becomes harder to port to new platforms.