JIT: We should support switching delegate GDVs to async variants
Open
area-CodeGen-coreclr
runtime-async
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
Delegate GDV in runtime async methods can be improved by switching the guarded version if it turns out it has an async variant with user code. Currently we needlessly go through the task-returning thunk in this case.
Contributor guide
Assessment
This issue has not been assessed yet.