Suboptimal codegen with StartsWith(literal)
#110019
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
When switching from the
BitConverter.ToUInt64
hack to the more readableStartsWith(literal)
, the codegen slightly regresses (doesn't matter for actual perf in this case).https://www.diffchecker.com/X4PhzKVx/
Patterns like
The text was updated successfully, but these errors were encountered: