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
This issue captures some identified poorly performing coding patterns when runtime async is enabled, and some possible mitigations we should consider implementing.
Potential fix probably involves PGO information to identify methods where suspension/resumption is common, or analysis of the size of continuations created
This issue captures some identified poorly performing coding patterns when runtime async is enabled, and some possible mitigations we should consider implementing.