Closed
Description
Due to a test failure (#32951), the original change to the debug info tracking system default (#2107) was reverted (#33021).
This was due to a bug where the recently-added coalescing algorithm attempts to look backwards in an instruction group (insGroup) to the previous instruction and attempt to coalesce adjacent identical ranges. This fails when there are "emitAdd" (overflow) instruction groups. More details are found in the issue #32951.
This issue tracks re-enabling the new debug info tracking system, and fixing the new coalescing algorithm.
category:implementation
theme:debug-info
skill-level:beginner
cost:small