dotnet / dotnet/runtime

[RuntimeAsync] PGO support in R2R for async methods

Open
#121,755 4 comments 0 reactions 1 assignee Claimed by @jakobbotsch View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.