[RuntimeAsync] PGO support in R2R for async methods
Open
area-CodeGen-coreclr
runtime-async
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
Currently we have the following TODO:
```c
// 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.
Contributor guide
Assessment
This issue has not been assessed yet.