package gc
import "cmd/compile/internal/gc"
Index ¶
Functions ¶
func Main ¶
Main parses flags and Go source files specified in the command-line arguments, type-checks the parsed Go package, compiles functions to machine code, and finally writes the compiled package definition to disk.
Source Files ¶
compile.go export.go main.go obj.go pprof.go trace.go util.go
- Version
- v1.17.4
- Published
- Dec 2, 2021
- Platform
- js/wasm
- Imports
- 41 packages
- Last checked
- 38 seconds ago –
Tools for package owners.