Skip to content

cmd/compile: option to print results of pgo #71278

Closed as duplicate of#58153
Closed as duplicate of#58153
@qinlonglong123

Description

Proposal Details

Our project uses the PGO (Profile-Guided Optimization) feature, and since our functionality is quite large, modifying some parts of the code may affect the previously identified PGO hotspot functions, causing the PGO optimization to fail. We would like to print the PGO optimization overview during the build process, so that we can decide whether to re-collect the PGO data. Thank you.

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions