JIT: Fold constant access to RVA #64613
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
help wanted
[up-for-grabs] Good issue for external contributors
tenet-performance
Performance related issue
Milestone
Fold constant accesses to RVA data (from #64612). Example:
Current codegen:
Expected codegen:
NOTES:
"hello"[2]
(seefgMorphArrayIndex
)ROS<any primitive> = RVA
, not justbyte/bool
as it is currentlygetArrayInitializationData
is enoughThe text was updated successfully, but these errors were encountered: