History log of /wasmtime-44.0.1/crates/test-programs/src/bin/dwarf_cold_block.c (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7, v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3
# 9fe4cc18 04-Feb-2026 Philip Craig <[email protected]>

cranelift: improve debug value locations around cold blocks (#12484)

If a debug range started or ended on an instruction from a cold block,
we omitted the entire range. Fix by skipping the instructi

cranelift: improve debug value locations around cold blocks (#12484)

If a debug range started or ended on an instruction from a cold block,
we omitted the entire range. Fix by skipping the instructions in the
cold block to find the next valid offset.

show more ...