Skip to content

[RuntimeAsync] PGO support for async methods #121755

@VSadov

Description

@VSadov

Currently we have the following TODO:

    // TODO: (async) PGO support for async variants
    if (pMD->IsAsyncVariantMethod())
        return false;

PGO is disabled for async callconv methods. While not critical, it would make sense to enable.

I am going to remove the TODO.
Let's use this issue to track the workitem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIruntime-async

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions