Skip to content

Extend usage of optimized JIT helpers for memcpy/memove. #6676

Closed
@lt72

Description

@lt72

This work item is a follow up to PR dotnet/coreclr#7198 for issue #6638.
Currently memmove and memcpy are #define'd (and #undef'ed) is a few places in the code base.
Addressing all usages of memcpy/memmove may require identifying or creating a central place where to create a definition for those methods that is eventually routed to the correct implementation.
Also, addressing all individual usages should be carried out incrementally by providing adequate performance measurements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions