Consider creating a ranged version of CORINFO_HELP_ASSIGN_BYREF #8627
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
enhancement
Product code improvement that does NOT require public API changes/additions
JitUntriaged
CLR JIT issues needing additional triage
optimization
tenet-performance
Performance related issue
Milestone
We often see numerous back to back calls to this helper that could be trivially turned into one call with a count. For instance:
Each call does a series of range checks, a write, a card table update, and src/dest pointer updates, so there is a lot of overhead here that could be reduced via ranged version.
category:cq
theme:helpers
skill-level:expert
cost:medium
The text was updated successfully, but these errors were encountered: