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
where the disassembly for .NET 9 is just the top-most benchmarked method, calling into something, but the callee isn't included.
; Test.ContainsAny()subrsp,28movr8,237BFC003E8movrcx,[r8]addrcx,0Cmovr8,237BFC003E0movr8,[r8]addr8,8movedx,3E8call qword ptr [7FFC211FE700]nopaddrsp,28ret; Total bytes of code 55
I'm sure this used to work earlier in .NET 9, so it's possible a change in .NET broke this.
The text was updated successfully, but these errors were encountered:
Running the following benchmark
will print something like
(.NET 8.0.8 and 9.0 RC 1)
where the disassembly for .NET 9 is just the top-most benchmarked method, calling into something, but the callee isn't included.
I'm sure this used to work earlier in .NET 9, so it's possible a change in .NET broke this.
The text was updated successfully, but these errors were encountered: