What are the primary differences between ‘gc’ and ‘gccgo’?
You can see more in “Setting up and using gccgo”: gccgo, a compiler for the Go language. The gccgo compiler is a new frontend for GCC. Note that gccgo is not the gc compiler As explained in “Gccgo in GCC 4.7.1” (July 2012) The Go language has always been defined by a spec, not an … Read more