-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
dotnet/coreclr
#12334Labels
arch-arm64area-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 SuperPMIbug
Milestone
Description
The WriteBarrier helper on contract on ARM64 includes incrementing the target pointer. See dotnet/coreclr#5821
It is very odd contract that we do not have anywhere else. It makes the hottest write barrier one instruction longer for no good reason, and it is not desirable to standardize this contract for ReadyToRun.
Metadata
Metadata
Assignees
Labels
arch-arm64area-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 SuperPMIbug