You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R2R for Async helpers.
We explicitly make them BypassReadyToRun, since R2R typesystem does not support MethodImpl.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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
There are two parts here:
R2R for Async helpers.
We explicitly make them
BypassReadyToRun
, 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.
The text was updated successfully, but these errors were encountered: