-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
Currently the cgo command has an initial concurrent phase where it processes each file, and then a sequential phase which processes each file and runs gcc for the errors and debug info. It's pretty difficult to do most processing in parallel, but we can kick off the gcc runs before we start processing and that should help.
podtserkovskiy, thanm and qmuntalJorropo
Metadata
Metadata
Assignees
Labels
compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Done