Skip to content

Partial training option for PGO #63024

@pascua28

Description

@pascua28

GCC introduced the -fprofile-partial-training flag which instructs the compiler not to optimize the cold paths for size. With this flag, the cold paths' optimization level will remain the same while optimizing the hot paths even more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PGOProfile Guided Optimizations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions