The Go Programming Language

Command 8g

8g is the version of the gc compiler for the x86. The $GOARCH for these tools is 386.

It reads .go files and outputs .8 files. The flags are documented in ../gc/doc.go.

There is no instruction optimizer, so the -N flag is a no-op.

release.r60.3. Except as noted, this content is licensed under a Creative Commons Attribution 3.0 License.