gimli-rs / addr2line

A cross-platform `addr2line` clone written in Rust, using `gimli`
https://docs.rs/addr2line
Apache License 2.0
315 stars 62 forks source link

Lazy abbreviations parsing #320

Open philipc opened 3 months ago

philipc commented 3 months ago

I think we would still benefit from lazy parsing of abbreviations (https://github.com/gimli-rs/gimli/issues/251). For example, for partial units in supplementary object files we often only need the abbreviation for the root DIE, not the whole unit.