-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
I measure an method (see attachment) with .Net 10.0.0-rc.1.25451.107, 10.0.25.45207 and BenchmarkDotNet 0.15.6
and assembler code looks weird:
.NET 10.0.0 (10.0.0-rc.1.25451.107, 10.0.25.45207), X64 RyuJIT x86-64-v3
...
M02_L02:
mov eax,r10d
jmp short M02_L00
M02_L03:
mov eax,r10d
jmp short M02_L00
M02_L04:
mov eax,r10d
jmp short M02_L00
...Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner