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
[RuntimeAsync] Switch the implementation to the new shape of runtime async methods. (#2818)
* update Roslyn ref to one that uses new IL shape
* part1
* IsAsyncThunkMethod --> IsAsyncHelperMethod
* reintroduce IsAsyncThunkMethod
* fix shared generic test
* fix after rebasing
* typo
* clarified a comment
* PR feedback
Co-authored-by: Jakob Botsch Nielsen <[email protected]>
* switch to a newer Roslyn prototype
* workaround - moved `GC.Collect/WFPF` into a noinline helper.
* PR feedback
* Revert "workaround - moved `GC.Collect/WFPF` into a noinline helper."
This reverts commit ef45803.
* reenable tiering for async methods
* more isThunk-->isHelper renames
* fixes tiered compilation
* switch to a new ROslyn SHA
* A few fixes after updating to new Roslyn compiler
* add a testcase for PGO/OSR
* PR feedback
* file rename
* 4 iterations / 100 msec delay
---------
Co-authored-by: Jakob Botsch Nielsen <[email protected]>
0 commit comments