package gc

import "cmd/compile/internal/gc"

Index

Functions

func Main

func Main(archInit func(*ssagen.ArchInfo))

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 util.go

Version
v1.24.0 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Imports
51 packages
Last checked
43 minutes ago

Tools for package owners.