JIT: consider intermingled debug info dumping #11045
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
Milestone
If the jit dumps the debug info (IL offset and variable scope) so it intermingles with the generated assembly it should be somewhat more robust to cascaded diffs than our current table of offsets format. So we could then enable it by default for jit-diffs.
For instance adding one instruction should lead to one diff, not an entire series....
category:implementation
theme:debug-dumps
skill-level:beginner
cost:medium
impact:small
The text was updated successfully, but these errors were encountered: