Open
Description
There are two parts here:
-
R2R for Async helpers.
We explicitly make themBypassReadyToRun
, since R2R typesystem does not supportMethodImpl.Async
. THis could be a relatively easy fix. -
R2R for Async/Task variants of user-defined methods (those using user-provided IL).
We exclude these in R2R. It is basically an NYI, that needs to be revisited, implemented, tested. -
R2R for Async/Task thunks.
It is unclear whether this is beneficial. Needs to be revisited.