-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIruntime-async
Milestone
Description
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 SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIruntime-async