Devirtualiazation and unboxing regression #11443
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
Seen in dotnet/coreclr#20936 (comment)
For
AsyncTaskMethodBuilder``1:AwaitUnsafeOnCompleted(byref,byref):this
https://github.com/dotnet/coreclr/blob/463ba889b0c010eb9c6f9807eaf0ab4ab5624450/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilder.cs#L382-L396
It looks like the boxing is back for
ValueTaskAwaiter<T>
andTaskAwaiter
Regression of dotnet/coreclr#14698?
/cc @AndyAyersMS @stephentoub
The text was updated successfully, but these errors were encountered: