Skip to content

[RuntimeAsync] PGO support in R2R for async methods #121755

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

Labels

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

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions