“This change deletes the C implementations of the Go compiler and assembler”
1–10 of 137 posts
Re: “This change deletes the C implementations of the Go compiler and assembler”
#2[deleted]
Re: “This change deletes the C implementations of the Go compiler and assembler”
#3Great news!
Re: “This change deletes the C implementations of the Go compiler and assembler”
#4[deleted]
Re: “This change deletes the C implementations of the Go compiler and assembler”
#5[deleted]
Version control ftw!
Re: “This change deletes the C implementations of the Go compiler and assembler”
#6So 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”
#7And the boy pulled up his bootstraps and became a man.
Re: “This change deletes the C implementations of the Go compiler and assembler”
#8[deleted]
you'll still be able to see it if you check out an earlier version.
Re: “This change deletes the C implementations of the Go compiler and assembler”
#9Once you go Go, you never Go back!
Re: “This change deletes the C implementations of the Go compiler and assembler”
#10So 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.