On Monday, 19 February 2018 10:33:16 UTC+11, Compiler wrote: > > /go/src/cmd/cc/ > this directory is base of c-compiler. >
yes, that is where the shared parts of the c compiler lives, the architecture specific parts were in 5c, 6c, 8c, etc. > > so not `.c` file in /src/. > You can answer this question yourself by looking in the tarball. The Go 1.4 runtime was written in a mixture of Go, C, and Assembly. > > On Monday, February 19, 2018 at 3:01:35 AM UTC+3:30, Compiler wrote: >> >> mean all `.c` file in /src/ compile using own c-compiler?! >> >> On Monday, February 19, 2018 at 2:49:40 AM UTC+3:30, Dave Cheney wrote: >>> >>> > which files require go-c compiler? >>> >>> The ones in the go 1.4distributuon that end in .c. >>> >> -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.