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
We should really just use MemoryMarshal.Write, but the codegen is suboptimal, see sharplab
Looks like a simple addressing mode was not contained. It's just that this PR replaces one unsafe code with another unsafe (a tiny bit better, but still). These APIs allocate, it is unlikely an extra lea makes perf difference here
jkotas
added
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
and removed
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
labels
Feb 19, 2025
@jakobbotsch do we have an issue tracking this?
Originally posted by @xtqqczze in #112616 (comment)
The text was updated successfully, but these errors were encountered: