Live data from Hacker News

“This change deletes the C implementations of the Go compiler and assembler”

github.com

1–10 of 137 posts

Re: “This change deletes the C implementations of the Go compiler and assembler”

#6
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.

Re: “This change deletes the C implementations of the Go compiler and assembler”

#10

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.

Either cross compile, or get the last C-based Go compiler, and use that to build the more recent Go releases.
Post reply on HN