-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-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 SuperPMI
Milestone
Description
When stressing ELT callbacks we generate code that points to a function that resides within clrjit.dll:
runtime/src/coreclr/jit/compiler.cpp
Line 3114 in 3a36920
| compProfilerMethHnd = (void*)DummyProfilerELTStub; |
This is not compatible with SPMI replay/diffs.
Likely the easiest fix is to introduce a new CORINFO_HELP_PROF_FCN_TEST_CALLBACK that is a NOP and defined in the runtime, similar to how CFG is stress tested today.
Metadata
Metadata
Assignees
Labels
area-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 SuperPMI