|
|
|
|
|
by justincormack
4129 days ago
|
|
So what is the bootstrap process going to be? Other than already have a Go compiler I mean. Or is it have a Go cross compiler? Maybe it matters less, you used to always assume bootstrap from C but that more or less died with C++ based compilers, although you can do a multistage bootstrap from the last gcc before C++ still. |
|
Basically, you start from the last C version, and every version is supposed to be able to compile the next one.