Comparing v3.5.1...v3.6.0 · encounter/objdiff
Commits on Jan 25, 2026
-
Significantly improve diffing performance and fix minor bug with bss …
…section match percents (#316) * Move symbol name processing from diff step to read step * Use min_by_key instead of sorted_unstable_by_key * Sort all symbols by address when reading the object This fixes an underreport bug in diff_bss_section. * More symbol sorting logic on read * Move is_name_compiler_generated into SymbolFlag & filter out File symbols --------- Co-authored-by: Luke Street <luke@street.dev>