Skip to content

ARM64: Sane contract for WriteBarrier helper #6161

Closed
dotnet/coreclr
#12334
@jkotas

Description

@jkotas

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

No one assigned

    Labels

    arch-arm64area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIbug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions