Uh oh!
There was an error while loading. Please reload this page.
Intrinsify Unsafe.Read/Write/Copy, handle struct BitCast - #85562
Conversation
ghost
commented
Apr 29, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsImplements Unsafe.Read/Write (and the unaligned versions) as JIT intrinsics. Handles structs in Unsafe.BitCast via intrinsic. Contributes to #69220.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MichalPetryka
commented
May 3, 2023
I'll be unable to respond to reviews for a few weeks, I've asked @thatbakamono to apply any feedback though. |
EgorBo
commented
Jul 16, 2023
/azp run runtime-coreclr outerloop, runtime-extra-platforms, runtime-coreclr pgostress |
No commit pushedDate could be found for PR 85562 in repo dotnet/runtime |
EgorBo
commented
Jul 16, 2023
/azp run runtime-coreclr outerloop |
No commit pushedDate could be found for PR 85562 in repo dotnet/runtime |
EgorBo
commented
Jul 16, 2023
/azp run runtime-coreclr jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
EgorBo
commented
Jul 22, 2023
Can you please rebase it - CI should be better now |
MichalPetryka
commented
Jul 22, 2023
EgorBo
commented
Jul 23, 2023
Thanks! |
Implements Unsafe.Read/Write/Copy (and the unaligned versions) as JIT intrinsics.
Fixes bugs with small type params not being correctly extended in bitcast.
Handles structs in Unsafe.BitCast via intrinsic.
Contributes to #69220.
Fixes#55357.