|
|
|
|
|
by smeg
5185 days ago
|
|
Well given that the current runtime (written in C) doesn't have a runtime, I would assume there wouldn't be one, as Go compiles down to native code just like C does, using the same toolchain (6c/g -> 6a -> 6l). My current guesses are:
1) Performance
2) The need to call assembly code easily |
|