Skip to content

cmd/cgo: run more gcc invocations concurrently #75167

@matloob

Description

@matloob

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.

Metadata

Metadata

Assignees

Labels

compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions